StrategyList.GetById Method

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

Parameters

id
int

Return Value

Strategy

In this article

Definition