 | DataPPConfigurationParameterValues Property |
Gets the values of the configuration parameter.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntaxpublic ReadOnlyCollection<string> Values { get; }public:
property ReadOnlyCollection<String^>^ Values {
ReadOnlyCollection<String^>^ get ();
}Property Value
Type:
ReadOnlyCollectionString
The values of the configuration parameter.
Exceptions
RemarksWhen values is empty, only the
Label is used in the configuration string.
Version InformationLumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also