Share via


DS.uri Field

Definition

Represents the ds:uri XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: schemaRef.
  • corresponds to the following strongly-typed properties: SchemaReference.Uri.

Applies to