Share via


PositionTagged<T>.Position Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the position associated with the PositionTagged<T>.

Namespace:  System.Web.WebPages.Instrumentation
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Property Position As Integer 
    Get 
    Private Set
'Usage
Dim instance As PositionTagged 
Dim value As Integer 

value = instance.Position
public int Position { get; private set; }
public:
property int Position {
    int get ();
    private: void set (int value);
}
member Position : int with get, private set
function get Position () : int 
private function set Position (value : int)

Property Value

Type: System.Int32
The position associated with the PositionTagged<T>.

See Also

Reference

PositionTagged<T> Class

System.Web.WebPages.Instrumentation Namespace