UserList.GetByIndex Method
public User GetByIndex(
int index
)
This language is not supported or no code example is available.
public:
User^ GetByIndex(
int index
)
This language is not supported or no code example is available.
public function GetByIndex(
index : int
) : User;
This language is not supported or no code example is available.
Parameters
-
index
-
int
Return Value
User
In this article
Definition