PolicyAssignment Class

 

Represents a policy assignment.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::PolicyAssignment

[SerializableAttribute]
public ref class PolicyAssignment sealed 

NameDescription
System_CAPS_pubmethodPolicyAssignment()

Initializes a new instance of the PolicyAssignment class.

NameDescription
System_CAPS_pubpropertyAction

Gets or sets the action for the policy assignment. Some policy assignments can have actions, such as delta deletes.

System_CAPS_pubpropertyCondition

Gets or sets the condition of the assignment.

System_CAPS_pubpropertyId

Gets or sets the assignment ID.

System_CAPS_pubpropertyPolicy

Gets or sets the assignment policy.

System_CAPS_pubpropertyReference

Gets or sets the reference data that contains signature information (only in native mode).

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: