Udostępnij za pośrednictwem


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
System_CAPS_pubmethod PolicyXml()

Initializes a new instance of the PolicyXml class.

Properties

Name Description
System_CAPS_pubproperty CompressedPolicyBody

Gets or sets the compressed policy body.

System_CAPS_pubproperty Compression

Gets or sets the compression method.

System_CAPS_pubproperty Version

Gets or sets the policy version.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CompressedPolicyXmlToPolicyBody(IMessage, String)

Decompresses the compressed policy body from an existing message.

System_CAPS_pubmethod DecompressPolicyBody(String)

Decompresses the current object instance to a policy body.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

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