Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns the exact version of PowerPointWriter. The format of the version string returned is:

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the exact version of PowerPointWriter. The format of the version string returned is:{excerpt}
{signature:C#}
 public System.String Version{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property Version() As String
Remarks

Version is a Read Only property.

{signature}
{remarks}Version is a  *Read Only*  property.

{remarks}
{example}{code:csharp|title=C#}
string version = pptTemplate.Version;
{code}
{code:vb.net
|title=vb.net
}
Dim version As String = pptTemplate.Version{code}

{example}
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle