WebServiceVersion Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Describes the version of a Web service.
The WebServiceVersion type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebServiceVersion | Initializes a new instance of the WebServiceVersion class with the specified major and minor version numbers. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Returns a value indicating whether the current WebServiceVersion object is the same as the specified object (Overrides ValueType..::.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Build a hash code for this WebServiceVersion object. (Overrides ValueType..::.GetHashCode()()().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Convert the WebServiceVersion object to string representation. (Overrides ValueType..::.ToString()()().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Returns a value indicating whether the first specified WebServiceVersion is equal to the second specified WebServiceVersion. | |
Inequality | Returns a value indicating whether the first specified WebServiceVersion is not equal to the second specified WebServiceVersion. |
Top
Properties
Name | Description | |
---|---|---|
MajorVersion | Gets or sets the major version number. | |
MinorVersion | Gets or sets the minor version number. |
Top