The SMS_CollectionMember Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that serves as the abstract base class for the member classes for each collection. SMS_CM_RES_COLL_CollectionID Server WMI Class derives from SMS_CollectionMember Server WMI Class.

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

Class SMS_CollectionMember : SMS_BaseClass
{
	String Domain;
	Boolean IsAssigned;
	Boolean IsClient;
	Boolean IsDirect;
	String Name;
	UInt32 ResourceID;
	UInt32 ResourceType;
	String SiteCode;
	String SMSID;
};

Methods

The SMS_CollectionMember class does not define any methods.

Properties

Domain


Data type: StringAccess type: Read OnlyQualifiers: NoneDomain to which the member class belongs.
IsAssigned


Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the client is assigned to the site.
IsClient


Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the resource is an installed Configuration Manager client.
IsDirect


Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the client is a member through a direct rule, represented by SMS_CollectionRuleDirect Server WMI Class; otherwise false or null.
Name


Data type: StringAccess type: Read OnlyQualifiers: NoneName of the resource.
ResourceID


Data type: UInt32Access type: Read OnlyQualifiers: [key]Unique Configuration Manager-supplied ID for the resource. This ID is not unique across sites.
ResourceType


Data type: UInt32Access type: Read OnlyQualifiers: NoneType of resource, for example, system or user. For more information, see SMS_ResourceMap Server WMI Class.
SiteCode


Data type: StringAccess type: Read OnlyQualifiers: [SizeLimit("3")]Site code of the site that created the collection.
SMSID


Data type: StringAccess type: Read OnlyQualifiers: NoneGUID generated by the client. This property is only set if the IsClient property is set to true.

Remarks

Class qualifiers for this class include:

  • Abstract

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.