Udostępnij za pośrednictwem


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
System_CAPS_pubmethod PolicyBodyRule()

Initializes a new instance of the PolicyBodyRule class.

Properties

Name Description
System_CAPS_pubproperty PolicyAction

Contains the policy action.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty PolicyRuleId

Gets or sets the policy rule ID.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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