 | CustomExperimentInfoCollectionGetValue Method |
Get the value with the given name.
Namespace: CompreDriveSDK.Plugins.ExperimentInfoProvidersAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic string GetValue(
string name
)
Public Function GetValue (
name As String
) As String
Parameters
- name String
- The name.
Return Value
StringThe value, or an empty string if it doesn't exist.
See Also