XsltException.SourceUri Property

Definition

Gets the location path of the style sheet.

public:
 virtual property System::String ^ SourceUri { System::String ^ get(); };
public:
 property System::String ^ SourceUri { System::String ^ get(); };
public virtual string? SourceUri { get; }
public virtual string SourceUri { get; }
public string SourceUri { get; }
member this.SourceUri : string
Public Overridable ReadOnly Property SourceUri As String
Public ReadOnly Property SourceUri As String

Property Value

The location path of the style sheet.

Applies to