PFPluginSetting Constructor (String, Object) |
Initializes a new instance of the PFPluginSetting class.
Namespace:
Packflow.Plugins
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public PFPluginSetting(
string displayName,
Object value = null
)
Parameters
- displayName
- Type: SystemString
The display name. - value (Optional)
- Type: SystemObject
The default value if specified.
See Also