SellSideProviderError.Ids Property
public string[] Ids {get; set;}
This language is not supported or no code example is available.
public:
property array< String^ >^ Ids {
array< String^ >^ get( );
void set(
array< String^ >^ value
);
}
This language is not supported or no code example is available.
public function get Ids() : String[];
public function set Ids(value : String[]);
This language is not supported or no code example is available.
Property Value
string[]
In this article
Definition