UserServer.GetById Method

public abstract User GetById( 
int id 
)
This language is not supported or no code example is available.
public:  
virtual User^ GetById( 
int id 
) abstract
This language is not supported or no code example is available.
public abstract 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