'DeclarationPublic Shared Property CurrentLicense As DicomLicense
public static DicomLicense CurrentLicense {get; set;}
'DeclarationPublic Shared Property CurrentLicense As DicomLicense
public static DicomLicense CurrentLicense {get; set;}
Only one license can be in use at any time, and this property allows the developer to choose which of those available (from the InstalledLicenses should be used, or to tell which is currently in use.
If no license has specifically been selected, then DicomObject will use the GetLicense method to obtain one when this method is first called or when a license is first required.