IVsaError.Number Property

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

Gets a number that uniquely identifies the error.

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

Syntax

'Declaration
ReadOnly Property Number As Integer
int Number { get; }
property int Number {
    int get ();
}
abstract Number : int with get
function get Number () : int

Property Value

Type: System.Int32
Returns the number that uniquely identifies the error.

See Also

Reference

IVsaError Interface

Microsoft.Vsa Namespace