Share via


NoNamespace.credentials Field

Definition

Represents the credentials XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: connection.
  • corresponds to the following strongly-typed properties: Connection.Credentials.

Applies to