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

Represents a well formed client version

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
abstract 
class 
ClientVersionBase : 
IXmlSerializable
<
SerializableAttribute> _
Public 
MustInherit 
Class 
ClientVersionBase _
	
Implements 
IXmlSerializable
[
SerializableAttribute]
public 
ref class 
ClientVersionBase 
abstract : 
IXmlSerializable

Members

                 
  All Members     Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
BuildVersion
Get/Set Build version (i.e. 5760 is build 5760)
CloneRef(ClientVersionBase)
Clones settings from an existing object
Equals(Object)
Determines whether the specified Objectis equal to the current Object.
(Overrides Object . . :: . . Equals(Object).)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () ()
Serves as a hash function for a particular type.
(Overrides Object . . :: . . GetHashCode () () () () .)
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.
GetType () () () () (Inherited from Object.)
MajorVersion
Get/Set Major version (i.e. 4 is Version 4)
MemberwiseClone () () () () (Inherited from Object.)
MinorVersion
Get/Set Minor version (i.e. 3 is SP3)
MiscVersion
Get/Set Misc version (i.e. 0001 is a hotfix release of the build version)
ReadXml(XmlReader)
Generates an object from its XML representation.
ToString () () () ()
Returns a string representation of the client version number
(Overrides Object . . :: . . ToString () () () () .)
WriteXml(XmlWriter)
Converts an object into its XML representation.

Inheritance Hierarchy

See Also