PolicyBodyAction Class

 

Represents the policy body action that instructs the client on how to apply the policy.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::PolicyBodyAction

[SerializableAttribute]
public ref class PolicyBodyAction sealed : IXmlSerializable

NameDescription
System_CAPS_pubmethodPolicyBodyAction()

Initializes a new instance of the PolicyBodyAction class.

NameDescription
System_CAPS_pubpropertyIsDcmCIVersionInfo

If true, the contained policy is likely a DCM configuration item.

System_CAPS_pubpropertyPolicyActionType

Gets or sets the policy action type (WMI-XML).

System_CAPS_pubpropertyPolicyText

Gets or sets the policy body data in text form (WMI-MOF).

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetSchema()

This method is reserved and should not be used.

When you implement the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method. If you need to specify a custom schema, apply the XmlSchemaProviderAttribute to the class.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodReadXml(XmlReader^)

Generates an object from its XML representation.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWriteXml(XmlWriter^)

Converts an object into its XML representation.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: