Activity.LocalClassName 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 class name for this activity with the package prefix removed.
public virtual string LocalClassName { [Android.Runtime.Register("getLocalClassName", "()Ljava/lang/String;", "GetGetLocalClassNameHandler")] get; }
[<get: Android.Runtime.Register("getLocalClassName", "()Ljava/lang/String;", "GetGetLocalClassNameHandler")>]
member this.LocalClassName : string
Property Value
The local class name.
- Attributes
Remarks
Returns class name for this activity with the package prefix removed. This is the default name used to read and write settings.
Java documentation for android.app.Activity.getLocalClassName()
.
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.