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

Adhoc client version

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
ClientVersion : 

ClientVersionBase
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
ClientVersion _
	
Inherits 

ClientVersionBase
[
SerializableAttribute]
public 
ref class 
ClientVersion 
sealed : 
public 

ClientVersionBase

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ClientVersion () () () ()
Initializes a new instance of the ClientVersionclass.
ClientVersion(String)
Initializes a new instance of the ClientVersionclass.
ClientVersion(Int32, Int32, Int32, Int32)
Initializes a new instance of the ClientVersionclass.
BuildVersion
Get/Set Build version (i.e. 5760 is build 5760)
(Inherited from ClientVersionBase.)
CloneRef(ClientVersionBase)
Clones settings from an existing object
(Inherited from ClientVersionBase.)
Equals(Object)
Determines whether the specified Objectis equal to the current Object.
(Inherited from ClientVersionBase.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () ()
Serves as a hash function for a particular type.
(Inherited from ClientVersionBase.)
GetSchema () () () ()
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttributeto the class.
(Inherited from ClientVersionBase.)
GetType () () () () (Inherited from Object.)
MajorVersion
Get/Set Major version (i.e. 4 is Version 4)
(Inherited from ClientVersionBase.)
MemberwiseClone () () () () (Inherited from Object.)
MinorVersion
Get/Set Minor version (i.e. 3 is SP3)
(Inherited from ClientVersionBase.)
MiscVersion
Get/Set Misc version (i.e. 0001 is a hotfix release of the build version)
(Inherited from ClientVersionBase.)
ReadXml(XmlReader)
Generates an object from its XML representation.
(Inherited from ClientVersionBase.)
ToString () () () ()
Returns a string representation of the client version number
(Inherited from ClientVersionBase.)
WriteXml(XmlWriter)
Converts an object into its XML representation.
(Inherited from ClientVersionBase.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Framework . . :: . . ClientVersionBase
     Microsoft.ConfigurationManagement.Messaging.Framework . . :: . . ClientVersion

See Also