ParameterHelper.GetStrategyParameters Method

public ParameterList GetStrategyParameters( 
string name
object obj
bool skipReadOnly = false 
)
This language is not supported or no code example is available.
public:  
ParameterList^ GetStrategyParameters( 
String^ name
object^ obj
bool skipReadOnly 
)
This language is not supported or no code example is available.
public function GetStrategyParameters( 
name : String
obj : object
skipReadOnly : boolean 
) : ParameterList;
This language is not supported or no code example is available.

Parameters

name
string

obj
object

skipReadOnly
bool

Return Value

ParameterList

In this article

Definition