| 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
Syntax public ReadOnlyCollection<string> Values { get; }
public:
property ReadOnlyCollection<String^>^ Values {
ReadOnlyCollection<String^>^ get ();
}
Property Value
Type:
ReadOnlyCollectionString
The values of the configuration parameter.
Exceptions Remarks When values is empty, only the
Label is used in the configuration string.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also