ValueOptionsAttribute Constructor
Constructor.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
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.