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

Represents a CCM_CIVersionInfo policy instance

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
CIVersionInfoPolicyInstance : 
PolicyBody
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
CIVersionInfoPolicyInstance _
	
Inherits 
PolicyBody
[
SerializableAttribute]
public 
ref class 
CIVersionInfoPolicyInstance 
sealed : 
public 
PolicyBody

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
CIVersionInfoPolicyInstance () () () ()
Applicability
CI Applicability
CreateFromPolicy(ConfigMgrPolicyBodyDownloadReply)
Creates CCM_CIversionInfo object from a policy download reply
CreateFromXml(String)
Creates CCM_VersionInfo object from a policy download XML
Documents
Collection of CI documents for download
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetCIVersionInfoPolicyDownloadUri(IMessage)
Gets download URI
GetCIVersionInfoPolicyDownloadUri(IMessage, UInt32)
Gets download URI of a specific index for document
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
HasPolicyRules
If true, there's rule data, otherwise, it's an empty policy
(Inherited from PolicyBody.)
InstanceClass
Instance class
IsDcmCIVersionInfoPolicy
If true, the policy represents a DCM CI
(Inherited from PolicyBody.)
MemberwiseClone () () () () (Inherited from Object.)
ModelName
Model name of the CI
PolicyId
Gets/sets the policy GUID
(Inherited from PolicyBody.)
PolicyRules
Contains the policy rule information
(Inherited from PolicyBody.)
PolicySource
Gets/sets the policy source, which is the site the policy came from
(Inherited from PolicyBody.)
PolicyType
Gets/sets the policy type
(Inherited from PolicyBody.)
PolicyVersion
Gets/sets the policy version
(Inherited from PolicyBody.)
Properties
Properties of the policy
RawPolicyText
Contains the raw policy data
(Inherited from PolicyBody.)
SchemaVersion
Gets/sets the schema version
(Inherited from PolicyBody.)
ToString () () () () (Inherited from Object.)
UniqueId
CI unique ID
Version
CI Version to download

Inheritance Hierarchy

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

See Also