WCF-Xtensions Class Reference for Mono
LinePosition Property (IJsonLineInfo)






Gets the current line position.
Syntax
'Declaration
 
ReadOnly Property LinePosition As System.Integer
'Usage
 
Dim instance As IJsonLineInfo
Dim value As System.Integer
 
value = instance.LinePosition
System.int LinePosition {get;}
read-only property LinePosition: System.Integer; 
function get LinePosition : System.int
__property System.int get_LinePosition();
property System.int LinePosition {
   System.int get();
}

Property Value

The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IJsonLineInfo Interface
IJsonLineInfo Members

Send Feedback