XdsObjects Help file
XdsObjects Namespace / XdsLicense Class / InstalledLicenses Property



InstalledLicenses Property
The list of currently available licenses.
Syntax
Public Shared ReadOnly Property InstalledLicenses As XdsLicense()
Dim value() As XdsLicense
 
value = XdsLicense.InstalledLicenses
public static XdsLicense[] InstalledLicenses {get;}
public:
static property array<XdsLicense^>^ InstalledLicenses {
   array<XdsLicense^>^ get();
}
Remarks
Licenses are added to this list automatically by use of ActivateOnLine or ActivateOffLine, and removed by using Delete.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also