IVsaError.SourceMoniker Property
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
'إقرار
ReadOnly Property SourceMoniker As String
Get
'الاستخدام
Dim instance As IVsaError
Dim value As String
value = instance.SourceMoniker
string SourceMoniker { get; }
property String^ SourceMoniker {
String^ get ();
}
abstract SourceMoniker : string
function get SourceMoniker () : String
Property Value
Type: System.String
Returns the fully qualified name of the source item that contained the error.