Package.SpecificationVendor Property

Definition

Return the name of the organization, vendor, or company that owns and maintains the specification of the classes that implement this package.

public virtual string? SpecificationVendor { [Android.Runtime.Register("getSpecificationVendor", "()Ljava/lang/String;", "GetGetSpecificationVendorHandler")] get; }
[<get: Android.Runtime.Register("getSpecificationVendor", "()Ljava/lang/String;", "GetGetSpecificationVendorHandler")>]
member this.SpecificationVendor : string

Property Value

the specification vendor, null is returned if it is not known.

Attributes

Remarks

Return the name of the organization, vendor, or company that owns and maintains the specification of the classes that implement this package.

Java documentation for java.lang.Package.getSpecificationVendor().

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