PolicyXml Class
Represents a PolicyXML object from a compressed policy pointer.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | PolicyXml() | Initializes a new instance of the PolicyXml class. |
| Name | Description | |
|---|---|---|
![]() | CompressedPolicyBody | Gets or sets the compressed policy body. |
![]() | Compression | Gets or sets the compression method. |
![]() | Version | Gets or sets the policy version. |
| Name | Description | |
|---|---|---|
![]() ![]() | CompressedPolicyXmlToPolicyBody(IMessage^, String^%) | Decompresses the compressed policy body from an existing message. |
![]() | DecompressPolicyBody(String^%) | Decompresses the current object instance to a policy body. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.


