Show / Hide Table of Contents

Class Version

Inheritance
object
Version
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.Common
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class Version

Fields

MAJOR

Declaration
public static string MAJOR
Field Value
Type Description
string

MINOR

Declaration
public static string MINOR
Field Value
Type Description
string

PATCH

Declaration
public static string PATCH
Field Value
Type Description
string

TAG

Declaration
public static string TAG
Field Value
Type Description
string

Methods

GetVersion()

Declaration
public static string GetVersion()
Returns
Type Description
string
In this article
Back to top