Org.W3c.Dom.IAttr.Specified Property
True if this attribute was explicitly given a value in the instance document, false otherwise.

Syntax

[get: Android.Runtime.Register("getSpecified", "()Z", "GetGetSpecifiedHandler:Org.W3c.Dom.IAttrInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool Specified { get; }

Value

Documentation for this section has not yet been entered.

Remarks

True if this attribute was explicitly given a value in the instance document, false otherwise. If the application changed the value of this attribute node (even if it ends up having the same value as the default value) then it is set to true. The implementation may handle attributes with default values from other schemas similarly but applications should use Document.normalizeDocument() to guarantee this information is up-to-date.

[Android Documentation]

Requirements

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