PolicyBody Class
Represents the raw policy body.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.PolicyBody
Microsoft.ConfigurationManagement.Messaging.Messages.CIVersionInfoPolicyInstance
Syntax
[SerializableAttribute]
public class PolicyBody
[SerializableAttribute]
public ref class PolicyBody
<SerializableAttribute>
Public Class PolicyBody
Constructors
Name | Description | |
---|---|---|
PolicyBody() | Initializes a new instance of the PolicyBody class. |
Properties
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. |
Methods
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.) |
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