Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the line number in the file.
Namespace: Microsoft.Data.Edm.Csdl
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Property LineNumber As Integer
Get
Private Set
'Usage
Dim instance As CsdlLocation
Dim value As Integer
value = instance.LineNumber
public int LineNumber { get; private set; }
public:
property int LineNumber {
int get ();
private: void set (int value);
}
member LineNumber : int with get, private set
function get LineNumber () : int
private function set LineNumber (value : int)
Property Value
Type: System.Int32
The line number in the file.