Provider.Version Property

Definition

Returns the version number for this provider.

public virtual double Version { [Android.Runtime.Register("getVersion", "()D", "GetGetVersionHandler")] get; }
[<get: Android.Runtime.Register("getVersion", "()D", "GetGetVersionHandler")>]
member this.Version : double

Property Value

the version number for this provider.

Attributes

Remarks

Returns the version number for this provider.

Java documentation for java.security.Provider.getVersion().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to