'Declaration Public Shared ReadOnly Property InstalledLicenses As DicomLicense()
'Usage Dim value() As DicomLicense value = DicomLicense.InstalledLicenses
public static DicomLicense[] InstalledLicenses {get;}
public: static property array<DicomLicense^>^ InstalledLicenses { array<DicomLicense^>^ get(); }