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 | |
---|---|---|
PolicyAssignmentLocation() | Initializes a new instance of the PolicyAssignmentLocation class. |
Properties
Name | Description | |
---|---|---|
Hash | Gets or sets the policy hash. |
|
HashEx | Gets or sets the policy hash EX. |
|
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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetPolicyDownloadUri(IMessage) | Converts policy location into a valid URL. |
|
GetType() | (Inherited from Object.) |
|
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