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;
};

Methods

The SMS_ClientSettingsAssignment class does not define any methods.

Properties

ClientSettingsID

Data type: UInt32Access type: Read/Write Qualifiers: [key]Identifies the client agent component. The Client Settings Agent ID is 1.
CollectionID

Data type: StringAccess type: Read/Write Qualifiers: [key]The ID for the collection associated with the client settings assignment.
CollectionName

Data type: StringAccess type: Read-only Qualifiers: [notnull, read]The name of the collection associated with the client settings assignment.
CreationTime

Data type: DateTimeAccess type: Read-only Qualifiers: [notnull, read]The date and time when the client settings assignment is created.
UniqueID

Data type: StringAccess type: Read-only Qualifiers: [notnull, read]The GUID of the client settings assignment.

Remarks

Requirements

Runtime Requirements

Development Requirements