ErrorFile Property
|
|
Depending on the context this property contains the source file.
Namespace:
Ubitsoft.SqlEnlight.ModelAssembly:
Ubitsoft.SqlEnlight.Model (in Ubitsoft.SqlEnlight.Model.dll) Version: 2.0.2.76
Syntax
public string File { get; set; }
Public Property File As String
Get
Set
public:
property String^ File {
String^ get ();
void set (String^ value);
}
member File : string with get, set
Property Value
Type: String
The source.
Remarks
See Also