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