Share via


NoNamespace.DataBindingName Field

Definition

Represents the DataBindingName XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: DataBinding.
  • corresponds to the following strongly-typed properties: DataBinding.DataBindingName.

Applies to