Share via


NoNamespace.displayName Field

Definition

Represents the displayName XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: table, person.
  • corresponds to the following strongly-typed properties: Person.DisplayName, Table.DisplayName.

Applies to