SMS_CollectionMember Server WMI Class

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 class.

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

Syntax

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: String

Access type: Read Only

Qualifiers: None

Domain to which the member class belongs.

IsAssigned
Data type: Boolean

Access type: Read Only

Qualifiers: None

true if the client is assigned to the site.

IsClient
Data type: Boolean

Access type: Read Only

Qualifiers: None

true if the resource is an installed Configuration Manager client.

IsDirect
Data type: Boolean

Access type: Read Only

Qualifiers: None

true if the client is a member through a direct rule, represented by SMS_CollectionRuleDirect Server WMI Class; otherwise false or null.

Name
Data type: String

Access type: Read Only

Qualifiers: None

Name of the resource.

ResourceID
Data type: UInt32

Access type: Read Only

Qualifiers: [key]

Unique Configuration Manager-supplied ID for the resource. This ID is not unique across sites.

ResourceType
Data type: UInt32

Access type: Read Only

Qualifiers: None

Type of resource, for example, system or user. For more information, see SMS_ResourceMap Server WMI Class.

SiteCode
Data type: String

Access type: Read Only

Qualifiers: [SizeLimit("3")]

Site code of the site that created the collection.

SMSID
Data type: String

Access type: Read Only

Qualifiers: None

GUID generated by the client. This property is only set if the IsClient property is set to true.

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.