IDumpable.DumpableName Property

Definition

Gets the name of the Dumpable.

public virtual string DumpableName { [Android.Runtime.Register("getDumpableName", "()Ljava/lang/String;", "GetGetDumpableNameHandler:Android.Util.IDumpable, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getDumpableName", "()Ljava/lang/String;", "GetGetDumpableNameHandler:Android.Util.IDumpable, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
member this.DumpableName : string

Property Value

class name, by default.

Attributes

Remarks

Gets the name of the Dumpable.

Java documentation for android.util.Dumpable.getDumpableName().

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