SMS_DirFullCollMem Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_DirFullCollMem Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the full collection membership of directly assigned collections.

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

Class SMS_DirFullCollMem : SMS_BaseClass
{
    String CollectionID;
    UInt32 ResourceID;
};

The SMS_DirFullCollMem class does not define any methods.

CollectionID

Data type: String

Access type: Read/Write

Qualifiers: [key]

Unique auto-generated ID containing eight characters that identifies a collection.

ResourceID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Unique Configuration Manager-supplied ID for the resource.

Show: