Share via


MeasureUnit.Subtype Property

Definition

Get the subType, such as “foot”.

public virtual string? Subtype { [Android.Runtime.Register("getSubtype", "()Ljava/lang/String;", "GetGetSubtypeHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getSubtype", "()Ljava/lang/String;", "GetGetSubtypeHandler", ApiSince=24)>]
member this.Subtype : string

Property Value

Attributes

Remarks

Get the subType, such as “foot”. May return null.

Java documentation for android.icu.util.MeasureUnit.getSubtype().

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