Android.Util.IAttributeSet.IdAttribute Property
Return the value of the "id" attribute or null if there is not one.

Syntax

[get: Android.Runtime.Register("getIdAttribute", "()Ljava/lang/String;", "GetGetIdAttributeHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string IdAttribute { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the value of the "id" attribute or null if there is not one. Equivalent to getAttributeValue(null, "id").

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1