Click or drag to resize
IAttribute Properties

The IAttribute type exposes the following members.

Properties
  NameDescription
Public propertyExists
Returns true if this element actually exists in the underlying AML, otherwise, returns false to indicate that the element is just a null placeholder put in place to reduce unnecessary null reference checks
(Inherited from IReadOnlyAttribute.)
Public propertyName
Local XML name of the attribute
(Inherited from IReadOnlyAttribute.)
Public propertyValue
String value of the attribute
Top
See Also