PolicyBodyAction Class
Represents the policy body action that instructs the client on how to apply the policy.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | PolicyBodyAction() | Initializes a new instance of the PolicyBodyAction class. |
| Name | Description | |
|---|---|---|
![]() | IsDcmCIVersionInfo | If true, the contained policy is likely a DCM configuration item. |
![]() | PolicyActionType | Gets or sets the policy action type (WMI-XML). |
![]() | PolicyText | Gets or sets the policy body data in text form (WMI-MOF). |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSchema() | 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. |
![]() | GetType() | (Inherited from Object.) |
![]() | ReadXml(XmlReader^) | Generates an object from its XML representation. |
![]() | ToString() | (Inherited from Object.) |
![]() | WriteXml(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.

