Gets the version of SDK library (GIGATMS.UHF.dll).
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic string SdkVersion { get; }
Public ReadOnly Property SdkVersion As String
Get
public:
property String^ SdkVersion {
String^ get ();
}
Return Value
Type:
StringThe version of SDK library.
See Also