XdmNavigator.LinePosition PropertyXdmNavigator.LinePosition PropertyXdmNavigator::LinePosition Property

Gets the current line position.

Syntax

Public MustOverride ReadOnly Property LinePosition As Integer
        Get
public abstract int LinePosition { get; }
public:
property int LinePosition {
    virtual int get() abstract;
}