Share via


SMS_CollectionMember

The SMS_CollectionMember WMI class is an abstract class. It is the parent class for all the SMS_CM_RES_COLL_ classes, which are the member classes for each collection. Instances of these member classes are the members of the associated collections.

The following syntax is simplified from 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;
};

Properties

  • Domain
    Data type: string
    Access type: Read-only

    Domain to which the member class belongs.

  • IsAssigned
    Data type: boolean
    Access type: Read-only

    Indicates whether the client is assigned to this site.

  • IsClient
    Data type: boolean
    Access type: Read-only

    Indicates whether the resource is an installed SMS client.

  • IsDirect
    Data type: boolean
    Access type: Read-only

    Value is TRUE if the client is a member through a direct rule (SMS_CollectionRuleDirect). Otherwise, the value is FALSE or NULL.

  • Name
    Data type: string
    Access type: Read-only

    Name of the resource.

  • ResourceID
    Data type: uint32
    Access type: Read-only
    Qualifiers: Key

    Unique, SMS-supplied identifier for this resource. A ResourceID value is not unique outside the site.

  • ResourceType
    Data type: uint32
    Access type: Read-only

    Type of resource such as system or user. For more information, see SMS_ResourceMap.

  • SiteCode
    Data type: string
    Access type: Read-only

    Site code of the site that created the collection.

  • SMSID
    Data type: string
    Access type: Read/write

    SMS unique identifier (GUID) generated by the client. The IsClient property must be TRUE.

See Also

Collection Classes, SMS_CM_RES_COLL_CollectionID, SMS_Collection