ValueOptionsAttribute Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public ValueOptionsAttribute(
	Type type
)

Parameters

type  Type
The type to create that provides the options. The type must have a default constructor and must also implement IStableValueOptionsProvider.

See Also