PolicyAssignmentLocation.Value Property
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.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string Value { get; set; }
public:
property String^ Value {
String^ get();
void set(String^ value);
}
Public Property Value As String
Property Value
Type: System.String
See Also
PolicyAssignmentLocation Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top