SMS_ClientSettingsAssignment Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_ClientSettingsAssignment Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the collection assignments of specified SMS_ClientSettings.  

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

Class SMS_ClientSettingsAssignment : SMS_BaseClass
{
    UInt32 ClientSettingsID;
    String CollectionID;
    String CollectionName;
    DateTime CreationTime;
    String UniqueID;
};

The SMS_ClientSettingsAssignment class does not define any methods.

ClientSettingsID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Identifies the client agent component. The Client Settings Agent ID is 1.

CollectionID

Data type: String

Access type: Read/Write

Qualifiers: [key]

The ID for the collection associated with the client settings assignment.

CollectionName

Data type: String

Access type: Read-only

Qualifiers: [notnull, read]

The name of the collection associated with the client settings assignment.

CreationTime

Data type: DateTime

Access type: Read-only

Qualifiers: [notnull, read]

The date and time when the client settings assignment is created.

UniqueID

Data type: String

Access type: Read-only

Qualifiers: [notnull, read]

The GUID of the client settings assignment.

Show: