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