Attr.IsId

Attr.IsId property

Returns whether this attribute is known to be of type ID (i.e. to contain an identifier for its owner element) or not.

public bool IsId { get; }

Property Value

true if this instance is id; otherwise, false.

See Also