Share via


SL.schemaLocation Field

Definition

Represents the sl:schemaLocation XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: schema.
  • corresponds to the following strongly-typed properties: Schema.SchemaLocation.

Applies to