Share via


NoNamespace.entityName Field

Definition

Represents the entityName XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: geoData, geoEntity, geoHierarchyEntity, geoLocation.
  • corresponds to the following strongly-typed properties: GeoData.EntityName, GeoEntity.EntityName, GeoHierarchyEntity.EntityName, GeoLocation.EntityName.

Applies to