Share via


NoNamespace.node_number Field

Definition

Represents the node-number XML attribute.

public static readonly System.Xml.Linq.XName node_number;
 staticval mutable node_number : System.Xml.Linq.XName
Public Shared ReadOnly node_number As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: node.
  • corresponds to the following strongly-typed properties: Node.NodeNumber.

Applies to