Package.ImplementationTitle 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.
Return the title of this package.
public virtual string? ImplementationTitle { [Android.Runtime.Register("getImplementationTitle", "()Ljava/lang/String;", "GetGetImplementationTitleHandler")] get; }
[<get: Android.Runtime.Register("getImplementationTitle", "()Ljava/lang/String;", "GetGetImplementationTitleHandler")>]
member this.ImplementationTitle : string
Property Value
the title of the implementation, null is returned if it is not known.
- Attributes
Remarks
Return the title of this package.
Java documentation for java.lang.Package.getImplementationTitle()
.
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.