XdsObjects Help file
XdsObjects Namespace / XdsLicense Class / GetLicense Method / GetLicense(LicensedFunctions) Method
A combination of XdsObjects.Enums.LicensedFunctions flags, indicating the required functionality



GetLicense(LicensedFunctions) Method
Return a XdsLicense which supports the required set of functions
Syntax
Public Overloads Shared Function GetLicense( _
   ByVal Functions As LicensedFunctions _
) As XdsLicense
Dim Functions As LicensedFunctions
Dim value As XdsLicense
 
value = XdsLicense.GetLicense(Functions)
public static XdsLicense GetLicense( 
   LicensedFunctions Functions
)
public:
static XdsLicense^ GetLicense( 
   LicensedFunctions Functions
) 

Parameters

Functions
A combination of XdsObjects.Enums.LicensedFunctions flags, indicating the required functionality

Return Value

A XdsLicense object
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