Implements a simple (two digit) version type. This class is used to identify the Microsoft Bing API version.

C# | Visual Basic | Visual C++ |
public class SimpleVersion
Public Class SimpleVersion
public ref class SimpleVersion

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SimpleVersion()()() |
Instantiates a SimpleVersion instance.
|
![]() | SimpleVersion(UInt32, UInt32) |
Instantiates a SimpleVersion instance.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Major |
Gets/Sets the Major version for the SimpleVersion.
|
![]() | Minor |
Gets/Sets the Minor version for the SimpleVersion.
|
![]() | ToString()()() |
(Override) Returns a string representation of the SimpleVersion.
(Overrides Object.ToString()()().) |

Object | |
![]() | SimpleVersion |