Strategy.GetStrategyById Method

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

Parameters

id
int

Return Value

Strategy

In this article

Definition