Partager via


PolicyAssignmentLocation Class

 

Represents policy assignment location information.

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

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public sealed class PolicyAssignmentLocation
[SerializableAttribute]
public ref class PolicyAssignmentLocation sealed 
<SerializableAttribute>
Public NotInheritable Class PolicyAssignmentLocation

Constructors

Name Description
System_CAPS_pubmethod PolicyAssignmentLocation()

Initializes a new instance of the PolicyAssignmentLocation class.

Properties

Name Description
System_CAPS_pubproperty Hash

Gets or sets the policy hash.

System_CAPS_pubproperty HashEx

Gets or sets the policy hash EX.

System_CAPS_pubproperty Value

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.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetPolicyDownloadUri(IMessage)

Converts policy location into a valid URL.

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