PolicyBody Class

 

Represents the raw policy body.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::PolicyBody
    Microsoft.ConfigurationManagement.Messaging.Messages::CIVersionInfoPolicyInstance

[SerializableAttribute]
public ref class PolicyBody 

NameDescription
System_CAPS_pubmethodPolicyBody()

Initializes a new instance of the PolicyBody class.

NameDescription
System_CAPS_pubpropertyHasPolicyRules

If true, there is rule data; otherwise it's an empty policy

System_CAPS_pubpropertyIsDcmCIVersionInfoPolicy

If true, the policy represents a DCM configuration item.

System_CAPS_pubpropertyPolicyId

Gets or sets the policy GUID.

System_CAPS_pubpropertyPolicyRules

Contains the policy rule information.

System_CAPS_pubpropertyPolicySource

Gets or sets the policy source, which is the site the policy came from.

System_CAPS_pubpropertyPolicyType

Gets or sets the policy type.

System_CAPS_pubpropertyPolicyVersion

Gets or sets the policy version.

System_CAPS_pubpropertyRawPolicyText

Contains the raw policy data.

System_CAPS_pubpropertySchemaVersion

Gets or sets the schema version.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: