IVsaError.SourceMoniker Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the fully qualified name of the source item that contained the error, in a format recognizable by the script engine.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Property SourceMoniker As String
string SourceMoniker { get; }
property String^ SourceMoniker {
    String^ get ();
}
abstract SourceMoniker : string with get
function get SourceMoniker () : String

Property Value

Type: System.String
Returns the fully qualified name of the source item that contained the error.

See Also

Reference

IVsaError Interface

Microsoft.Vsa Namespace