Creates a new MultivaluedVariable.

Namespace: Keystone.Quantum
Assembly: Keystone.Quantum (in Keystone.Quantum.dll)

public MultivaluedVariable( 
string name
Type type
IEnumerable<object> values
bool isEncrypted = false 
)
This language is not supported or no code example is available.

Parameters

name

Type: string

The name of the multivalued variable.

type

Type: Type

The type of the multivalued variable.

values

Type: IEnumerable<object>

The values of the multivalued variable.

isEncrypted

Type: bool

Optional parameter that defines whether the value of the variable is encrypted.

Defaults to false.

Exception type Condition

ArgumentException

If a any of the values of the variable is incompatible to the type of the variable itself.

Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 4.6

Others

Xamarin, Mono