'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 read-write property CurrentLicense: DicomLicense; static;
public static function get,set CurrentLicense : DicomLicense
public: __property static DicomLicense* get_CurrentLicense(); public: __property static void set_CurrentLicense( DicomLicense* value );
public: static property DicomLicense^ CurrentLicense { DicomLicense^ get(); void set ( DicomLicense^ value); }