 | CustomExperimentInfoCollectionAdd(String, String) Method |
Add a new information to the collection.
Namespace: CompreDriveSDK.Plugins.ExperimentInfoProvidersAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic void Add(
string name,
string value
)
Public Sub Add (
name As String,
value As String
)
Parameters
- name String
- The name.
- value String
- The value.
See Also