Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.