Click or drag to resize

CustomExperimentInfoCollectionGetValue Method

Get the value with the given name.

Namespace: CompreDriveSDK.Plugins.ExperimentInfoProviders
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public string GetValue(
	string name
)

Parameters

name  String
The name.

Return Value

String
The value, or an empty string if it doesn't exist.
See Also