Dictionary.AddStringArray Method
- Updated2023-02-21
- 2 minute(s) read
Adds a string array element to the dictionary.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function AddStringArray ( _ name As String, _ value As String() _ ) As Boolean |
| C# |
|---|
public bool AddStringArray( string name, string[] value ) |
| Visual C++ |
|---|
public: bool AddStringArray( String^ name, array<String^>^ value ) |
Parameters
- name
- Type: System.String
The name, or key, for the element.
- value
- Type:
System.String
The initial value of the element.