Java.Lang.Package.SpecificationVersion Property
Returns the version of the specification this package implements, or null if this is unknown.

Syntax

[get: Android.Runtime.Register("getSpecificationVersion", "()Ljava/lang/String;", "GetGetSpecificationVersionHandler")]
public virtual string SpecificationVersion { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the version of the specification this package implements, or null if this is unknown. The version string is a sequence of non-negative integers separated by dots; for example: "1.2.3".

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1