Click or drag to resize
Element Properties

The Element type exposes the following members.

Properties
  NameDescription
Public propertyDatatype
Gets the Datatype of this Element.
Public propertyElementDefinition
Gets a reference to the read-only element definition object that defines the properties of this elements value.
Public propertyElements
Gets an enumerable collection of all sub-elements.
Public propertyIsArray
Gets true if this element is an array.
Public propertyIsComplexType
Gets true if this element is a complex type.
Public propertyIsNull
Gets true if this element is null (has no values).
Public propertyIsReadOnly
Gets true if this element can not be modified.
Public propertyItemInt32
This is the same as GetValue(index).
Public propertyItemString
This is the same as GetElement(name).
Public propertyItemName
This is the same as GetElement(name).
Public propertyItemString, Int32
This is the same as GetElement(name). GetValue(index).
Public propertyItemName, Int32
This is the same as GetElement(name). GetValue(index).
Public propertyName
Gets the name of this element.
Public propertyNumElements
Gets the number of elements this element contains.
Public propertyNumValues
Gets the number of values this element contains.
Public propertyTypeDefinition
Gets the SchemaTypeDefinition for this element.
Top
See Also