Share via


B.Person Field

Definition

Represents the b:Person XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: NameList.
  • has the following child XML elements: First, Last, Middle.
  • corresponds to the following strongly-typed classes: Person.

Applies to