Returns the version of this library


Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
<CategoryAttribute("Behavior"), _
DescriptionAttribute("Returns the version of this library")>

Public Shared ReadOnly Property LibraryVersion As String
C#
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Returns the version of this library")]
public static string LibraryVersion { get; }
C++
[CategoryAttribute(L"Behavior")]
[DescriptionAttribute(L"Returns the version of this library")]
public static property string LibraryVersion {
String get();
}
J#
/** @attribute CategoryAttribute("Behavior") */
/** @attribute DescriptionAttribute("Returns the version of this library") */
/** property */
public string get_LibraryVersion();
JScript
public function get LibraryVersion() : String

See Also