VsaCompilerError.Line Property
Namespace: Microsoft.VisualBasic.Vsa
Assembly: Microsoft.VisualBasic.Vsa (in Microsoft.VisualBasic.Vsa.dll)
Syntax
'Declaración
Public ReadOnly Property Line As Integer
Get
public int Line { get; }
public:
virtual property int Line {
int get () sealed;
}
abstract Line : int
override Line : int
final function get Line () : 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.