EmptyUserServer.GetById Method

public override User GetById( 
int id 
)
This language is not supported or no code example is available.
public:  
User^ GetById( 
int id 
)
This language is not supported or no code example is available.
public function GetById( 
id : int 
) : User;
This language is not supported or no code example is available.

Parameters

id
int

Return Value

User

In this article

Definition