ProviderInfo.Parameters Property
public ParameterList Parameters {get; set;}
This language is not supported or no code example is available.
public:
property ParameterList^ Parameters {
ParameterList^ get( );
void set(
ParameterList^ value
);
}
This language is not supported or no code example is available.
public function get Parameters() : ParameterList;
public function set Parameters(value : ParameterList);
This language is not supported or no code example is available.