Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
public string[] Ids {get; set;}
'Declaration Public Property Ids As String()
'Usage Dim instance As AddJobsResponse Dim value() As String instance.Ids = value value = instance.Ids
public: property array<String^>^ Ids { array<String^>^ get(); void set ( array<String^>^ value); }