SMS_BoundaryGroupMembers 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_BoundaryGroupMembers Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents boundary group members.

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

Class SMS_BoundaryGroupMembers : SMS_BaseClass
{
    UInt32 BoundaryID;
    UInt32 GroupID;
};

The SMS_BoundaryGroupMembers class does not define any methods.

BoundaryID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Unique identifier of the boundary.

GroupID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Unique identifier for the boundary group.

Show: