PolicyBody Class
Represents the raw policy body.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Messages::PolicyBody
Microsoft.ConfigurationManagement.Messaging.Messages::CIVersionInfoPolicyInstance
| Name | Description | |
|---|---|---|
![]() | PolicyBody() | Initializes a new instance of the PolicyBody class. |
| Name | Description | |
|---|---|---|
![]() | HasPolicyRules | If true, there is rule data; otherwise it's an empty policy |
![]() | IsDcmCIVersionInfoPolicy | If true, the policy represents a DCM configuration item. |
![]() | PolicyId | Gets or sets the policy GUID. |
![]() | PolicyRules | Contains the policy rule information. |
![]() | PolicySource | Gets or sets the policy source, which is the site the policy came from. |
![]() | PolicyType | Gets or sets the policy type. |
![]() | PolicyVersion | Gets or sets the policy version. |
![]() | RawPolicyText | Contains the raw policy data. |
![]() | SchemaVersion | Gets or sets the schema version. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (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.


