The SMS_DPGroupCollections Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that describes collection association for a given distribution point group.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_DPGroupCollections : SMS_BaseClass { String CollectionDescription; String CollectionID; UInt32 CollectionMemberCount; String CollectionName; String GroupDescription; String GroupID; String GroupName; }; |
Methods
The SMS_DPGroupCollections class does not define any methods.
Properties
- CollectionDescription
- Data type: StringAccess type: Read/Write Qualifiers: noneDescription of the collection.
- CollectionID
- Data type: StringAccess type: Read/Write Qualifiers: [key]Collection associated with the distribution point group.
- CollectionMemberCount
- Data type: UInt32Access type: Read/Write Qualifiers: noneCount of the collection members.
- CollectionName
- Data type: StringAccess type: Read/Write Qualifiers: noneName of the collection.
- GroupDescription
- Data type: StringAccess type: Read/Write Qualifiers: noneDescription of the distribution point group.
- GroupID
- Data type: StringAccess type: Read/Write Qualifiers: [key]Identifier for the distribution point group.
- GroupName
- Data type: StringAccess type: Read/Write Qualifiers: noneName of the distribution point group.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.