Edit

Share via


SMS_DeploymentTypeLicenseAssociation Server WMI Class

The SMS_DeploymentTypeLicenseAssociation Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a license association for a deployment type.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_DeploymentTypeLicenseAssociation : SMS_BaseClass  
{  
    UInt32 ID;  
    String LicenseID;  
    String DTModelName;  
    Boolean IsEnabled;  
};  

Methods

The following table lists the methods in the SMS_DeploymentTypeLicenseAssociation class.

Method Description
AddLicense Method in Class SMS_DeploymentTypeLicenseAssociation Adds license information to an application deployment type.

Properties

ID
Data type: UInt32

Access type: Read

Qualifiers: [key]

The ID of the deployment type.

LicenseID
Data type: String

Access type: Read

Qualifiers: none

The ID of the license.

DTModelName
Data type: String

Access type: Read

Qualifiers: none

The deployment type model name.

IsEnabled
Data type: Boolean

Access type: Read

Qualifiers: none

Indicates whether the association is enabled.

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.