Share via


NoNamespace.v Field

Definition

Represents the v XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: path, b, d, e, n, rc, s, undo, x_.
  • corresponds to the following strongly-typed properties: BooleanItem.Val, CharacterValue.Val, DateTimeItem.Val, ErrorItem.Val, FieldItem.Val, MetadataRecord.Val, NumberItem.Val, Path.Value, StringItem.Val, Undo.Val.

Applies to