|
ValueOptionsAttribute Constructor
|
Constructor.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.2.0.9
Syntaxpublic ValueOptionsAttribute(
Type type
)
Parameters
- type
- Type: SystemType
The type to create that provides the options.
The type must have a default constructor and must also implement
IStableValueOptionsProvider.
See Also