Package.SpecificationVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the version number of the specification that this package implements.
public virtual string? SpecificationVersion { [Android.Runtime.Register("getSpecificationVersion", "()Ljava/lang/String;", "GetGetSpecificationVersionHandler")] get; }
[<get: Android.Runtime.Register("getSpecificationVersion", "()Ljava/lang/String;", "GetGetSpecificationVersionHandler")>]
member this.SpecificationVersion : string
Property Value
the specification version, null is returned if it is not known.
- Attributes
Remarks
Returns the version number of the specification that this package implements. This version string must be a sequence of nonnegative decimal integers separated by "."'s and may have leading zeros. When version strings are compared the most significant numbers are compared.
Java documentation for java.lang.Package.getSpecificationVersion()
.
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.