PolicyBody.PolicyRules Property
Contains the policy rule information.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Collection<PolicyBodyRule> PolicyRules { get; }
public:
property Collection<PolicyBodyRule^>^ PolicyRules {
Collection<PolicyBodyRule^>^ get();
}
Public ReadOnly Property PolicyRules As Collection(Of PolicyBodyRule)
Property Value
Type: System.Collections.ObjectModel.Collection<PolicyBodyRule>
See Also
PolicyBody Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top