Public Shared Property CurrentLicense As XdsLicense
Dim value As XdsLicense XdsLicense.CurrentLicense = value value = XdsLicense.CurrentLicense
public static XdsLicense CurrentLicense {get; set;}
public: static property XdsLicense^ CurrentLicense { XdsLicense^ get(); void set ( XdsLicense^ value); }