CsdlLocation.LinePosition Property
Gets the position in the line.
Namespace: Microsoft.Data.Edm.Csdl
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Property LinePosition As Integer
Get
Private Set
'Usage
Dim instance As CsdlLocation
Dim value As Integer
value = instance.LinePosition
public int LinePosition { get; private set; }
public:
property int LinePosition {
int get ();
private: void set (int value);
}
member LinePosition : int with get, private set
function get LinePosition () : int
private function set LinePosition (value : int)
Property Value
Type: System.Int32
The position in the line.