Share via


NoNamespace.culture Field

Definition

Represents the culture XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: serverFormat, connection.
  • corresponds to the following strongly-typed properties: Connection.Culture, ServerFormat.Culture.

Applies to