Show / Hide Table of Contents

Class Version

Inheritance
System.Object
Version
Namespace: Oci.Common
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class Version : object

Fields

MAJOR

Declaration
public static string MAJOR
Field Value
Type Description
System.String

MINOR

Declaration
public static string MINOR
Field Value
Type Description
System.String

PATCH

Declaration
public static string PATCH
Field Value
Type Description
System.String

TAG

Declaration
public static string TAG
Field Value
Type Description
System.String

Methods

GetVersion()

Declaration
public static string GetVersion()
Returns
Type Description
System.String
In This Article
Back to top