'DeclarationPublic Shared Property CurrentLicence As DicomLicence
'UsageDim 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); }