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; }; |
Methods
The SMS_DirFullCollMem class does not define any methods.
Properties
- CollectionID
- Data type: StringAccess type: Read/Write Qualifiers: [key]Unique auto-generated ID containing eight characters that identifies a collection.
- ResourceID
- Data type: UInt32Access type: Read/Write Qualifiers: [key]Unique Configuration Manager-supplied ID for the resource.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.