MembershipRulesType
System Center
Updated: August 10, 2011
Applies To: Operations Manager 2007 R2
The MembershipRulesTypes complex data type is used to contain any number of MembershipRule elements that define membership criteria in group discoveries that implement Microsoft.SystemCenter.GroupPopulator.
<xsd:complexType name="MembershipRulesType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:sequence>
<xsd:element name="MembershipRule" type="MembershipRuleType" minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
For more information, see MembershipRuleType,
|
Schema Type |
Microsoft.SystemCenter.GroupPopulationSchema |
|
Library |
Microsoft.SystemCenter.Library |
Show: