Returns the version of this library


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

Syntax

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

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

See Also