Level2.Position Property

Gets or sets the position.
public int Position {get; set;}
This language is not supported or no code example is available.
public:  
property int Position { 
int get( ); 
void set( 
int value 
); 
}
This language is not supported or no code example is available.
public function get Position() : int
public function set Position(value : int);
This language is not supported or no code example is available.

Property Value

int

The position.

In this article

Definition