PolicyXml Class
Represents a PolicyXML object from a compressed policy pointer.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.PolicyXml
Syntax
[SerializableAttribute]
public sealed class PolicyXml
[SerializableAttribute]
public ref class PolicyXml sealed
<SerializableAttribute>
Public NotInheritable Class PolicyXml
Constructors
Name | Description | |
---|---|---|
![]() |
PolicyXml() | Initializes a new instance of the PolicyXml class. |
Properties
Name | Description | |
---|---|---|
![]() |
CompressedPolicyBody | Gets or sets the compressed policy body. |
![]() |
Compression | Gets or sets the compression method. |
![]() |
Version | Gets or sets the policy version. |
Methods
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.) |
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