ClientVersionBase Class
Represents a well-formed client version.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Framework.ClientVersionBase
Microsoft.ConfigurationManagement.Messaging.Framework.ClientVersion
Microsoft.ConfigurationManagement.Messaging.Framework.ClientVersionV5
Microsoft.ConfigurationManagement.Messaging.Framework.ClientVersionV5R2
Microsoft.ConfigurationManagement.Messaging.Framework.ClientVersionV5SP1
Syntax
[SerializableAttribute]
public abstract class ClientVersionBase : IXmlSerializable
[SerializableAttribute]
public ref class ClientVersionBase abstract : IXmlSerializable
<SerializableAttribute>
Public MustInherit Class ClientVersionBase
Implements IXmlSerializable
Properties
Name | Description | |
---|---|---|
BuildVersion | Gets or sets the client build version. For example, 5760 is build 5760. |
|
MajorVersion | Gets or sets the major version for the client. For example, 4 is version 4. |
|
MinorVersion | Gets or sets the minor version for the client. For example, 3 is service pack 3. |
|
MiscVersion | Gets or sets a miscellaneous version number for the client. For example, 0001 is a hoxfix release of the build version. |
Methods
Name | Description | |
---|---|---|
CloneRef(ClientVersionBase) | Clones settings from an existing object. |
|
Equals(Object) | Determines whether the specified Object is 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 you implement the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method. If you need to specify a custom schema, apply the XmlSchemaProviderAttribute to the class. |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top