VsaCompilerError.Number Property
Namespace: Microsoft.VisualBasic.Vsa
Assembly: Microsoft.VisualBasic.Vsa (in Microsoft.VisualBasic.Vsa.dll)
Syntax
'Declaración
Public ReadOnly Property Number As Integer
Get
public int Number { get; }
public:
virtual property int Number {
int get () sealed;
}
abstract Number : int
override Number : int
final function get Number () : int
Property Value
Type: System.Int32
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.