In This Topic
Gets a license summary from the server.
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property LicenseInfo As String
[CanBeNull()]
public string LicenseInfo {get;}
[CanBeNull()]
public:
property String^ LicenseInfo {
String^ get();
}
See Also