Silverlight SDK for Microsoft Bing
SimpleVersion Class
OverviewMicrosoft.BingSimpleVersion
Implements a simple (two digit) version type. This class is used to identify the Microsoft Bing API version.
Declaration Syntax
C#Visual BasicVisual C++
public class SimpleVersion
Public Class SimpleVersion
public ref class SimpleVersion
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SimpleVersion()()()
Instantiates a SimpleVersion instance.

SimpleVersion(UInt32, UInt32)
Instantiates a SimpleVersion instance.

Equals(Object)
Determines whether the specified Object is equal to the current 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()()().)
Inheritance Hierarchy
Object
SimpleVersion

Assembly: Microsoft.Bing.Data (Module: Microsoft.Bing.Data) Version: 1.0.0.0 (1.0.0.0)