Node.Type

Node.Type property

Gets or sets the node type. The type attribute indicates the type of the node element. The default value is “NODE”. Optional attribute.

public EnumNode Type { get; set; }

See Also