PolicyBodyRule Class
Represents a policy body rule.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.PolicyBodyRule
Syntax
[SerializableAttribute]
public sealed class PolicyBodyRule
[SerializableAttribute]
public ref class PolicyBodyRule sealed
<SerializableAttribute>
Public NotInheritable Class PolicyBodyRule
Constructors
Name | Description | |
---|---|---|
PolicyBodyRule() | Initializes a new instance of the PolicyBodyRule class. |
Properties
Name | Description | |
---|---|---|
PolicyAction | Contains the policy action. |
|
PolicyCondition | Gets or sets policy body rule conditions. These conditions are the same as assignment conditions, except that they are applied after the policy is downloaded. |
|
PolicyRuleId | Gets or sets the policy rule ID. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top