[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the raw policy body

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
class 
PolicyBody
<
SerializableAttribute> _
Public 
Class 
PolicyBody
[
SerializableAttribute]
public 
ref class 
PolicyBody

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
PolicyBody () () () ()
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
HasPolicyRules
If true, there's rule data, otherwise, it's an empty policy
IsDcmCIVersionInfoPolicy
If true, the policy represents a DCM CI
MemberwiseClone () () () () (Inherited from Object.)
PolicyId
Gets/sets the policy GUID
PolicyRules
Contains the policy rule information
PolicySource
Gets/sets the policy source, which is the site the policy came from
PolicyType
Gets/sets the policy type
PolicyVersion
Gets/sets the policy version
RawPolicyText
Contains the raw policy data
SchemaVersion
Gets/sets the schema version
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also