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