Share via


NoNamespace.default Field

Definition

Represents the default XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: channel.
  • corresponds to the following strongly-typed properties: Channel.Default.

Applies to