PolicyAssignmentPolicy Class

 

Represents a definition for an individual policy.

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

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

[SerializableAttribute]
public ref class PolicyAssignmentPolicy sealed 

NameDescription
System_CAPS_pubmethodPolicyAssignmentPolicy()

Initializes a new instance of the PolicyAssignmentPolicy class.

NameDescription
System_CAPS_pubpropertyCategory

Gets or sets a policy category.

System_CAPS_pubpropertyFlags

Gets or sets flags for the policy assignment.

System_CAPS_pubpropertyId

Gets or sets the GUID for the policy.

System_CAPS_pubpropertyLocation

Gets or sets the policy location.

System_CAPS_pubpropertyPolicyType

Gets or sets the policy type.

System_CAPS_pubpropertySerializableFlags

Gets or sets policy flags. This property is only for serialization. Use Flags instead.

System_CAPS_pubpropertyVersion

Gets or sets the policy version.

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: