SMS_CollectionRuleIncludeCollection Server WMI Class

The SMS_CollectionRuleIncludeCollection Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents an inclusion rule that's added as a rule to the SMS_Collection instance. Any members of a collection defined by this rule will be included in the collection.

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

Syntax

Class SMS_ CollectionRuleIncludeCollection : SMS_BaseClass  
{  
      String IncludeCollectionID;  
      String RuleName;  
};  

Methods

The SMS_ CollectionRuleIncludeCollection class doesn't define any methods.

Properties

IncludeCollectionID
Data type: String

Access type: Read/Write

Qualifiers: None

The ID of the collection to include in the membership results.

RuleName
Data type: String

Access type: Read/Write

Qualifiers: None

See SMS_CollectionRule Server WMI Class.

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.