The SMS_CM_RES_COLL_CollectionID Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a particular member of an SMS_Collection Server WMI Class object by collection ID.

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

Class SMS_CM_RES_COLL_CollectionID : SMS_CollectionMember
{
	UInt32 ClientType;
	String Domain;
	Boolean IsActive;
	Boolean IsAlwaysInternet;
	UInt32 IsApproved;
	Boolean IsAssigned;
	Boolean IsBlocked;
	Boolean IsClient;
	Boolean IsDecommissioned;
	Boolean IsDirect;
	Boolean IsInternetEnabled;
	Boolean IsObsolete;
	String Name;
	UInt32 ResourceID;
	UInt32 ResourceType;
	String SiteCode;
	String SMSID;
};

Methods

The SMS_CM_RES_COLL_CollectionID class does not define any methods.

Properties

ClientType

Data type: UInt32Access type: Read OnlyQualifiers: NoneType of client. Possible values are:

1

Advanced

3

Device

Domain

Data type: StringAccess type: Read OnlyQualifiers: NoneSee SMS_CollectionMember Server WMI Class.
IsActive

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the collection member is active.
IsAlwaysInternet

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue to always use the Internet.
IsApproved

Data type: UInt32Access type: Read OnlyQualifiers: NoneWhether the resource is approved. Possible values are:  

0

Not approved

1

Approved

2

Not applicable

IsAssigned

Data type: BooleanAccess type: Read OnlyQualifiers: NoneSee SMS_CollectionMember Server WMI Class.
IsBlocked

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the collection member is blocked.
IsClient

Data type: BooleanAccess type: Read OnlyQualifiers: NoneSee SMS_CollectionMember Server WMI Class.
IsDecommissioned

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the collection member is decommissioned.
IsDirect

Data type: BooleanAccess type: Read OnlyQualifiers: NoneSee SMS_CollectionMember Server WMI Class.
IsInternetEnabled

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the collection member is enabled for the Internet.
IsObsolete

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the collection member is obsolete.
Name

Data type: StringAccess type: Read OnlyQualifiers: NoneSee SMS_CollectionMember Server WMI Class.
ResourceID

Data type: UInt32Access type: Read OnlyQualifiers: [key] See SMS_CollectionMember Server WMI Class.
ResourceType

Data type: UInt32Access type: Read OnlyQualifiers: NoneSee SMS_CollectionMember Server WMI Class.
SiteCode

Data type: StringAccess type: Read OnlyQualifiers: [SizeLimit("3")]See SMS_CollectionMember Server WMI Class.
SMSID

Data type: StringAccess type: Read OnlyQualifiers: NoneSee SMS_CollectionMember Server WMI Class.

Remarks

The CollectionID property of a collection is the unique collection identifier assigned when the collection is created. The SMS Provider creates several default SMS_CM_RES_COLL_CollectionID classes at installation time for collection IDs with values beginning with "SMS". For example, SMS_CM_RES_COLL_SMS00004 identifies all Windows NT Workstation systems.

This class is deleted automatically if the associated collection is deleted.

Requirements

Runtime Requirements

Development Requirements

See Also