PolicyAssignmentLocation Class

 

Represents policy assignment location information.

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

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

[SerializableAttribute]
public ref class PolicyAssignmentLocation sealed 

NameDescription
System_CAPS_pubmethodPolicyAssignmentLocation()

Initializes a new instance of the PolicyAssignmentLocation class.

NameDescription
System_CAPS_pubpropertyHash

Gets or sets the policy hash.

System_CAPS_pubpropertyHashEx

Gets or sets the policy hash EX.

System_CAPS_pubpropertyValue

Gets or sets the XML for the policy. This URI format is invalid for talking to a management point. Therefore, if you are using this property programatically, use the GetPolicyDownloadUri method to obtain a well-formed URI.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetPolicyDownloadUri(IMessage^)

Converts policy location into a valid URL.

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: