Click or drag to resize
FdfSetting Constructor (String, String, String, FdfSettingType)
Initializes a new instance of the FdfSetting class

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public FdfSetting(
	string name,
	string description,
	string displayName,
	FdfSettingType type
)

Parameters

name
Type: SystemString
description
Type: SystemString
displayName
Type: SystemString
type
Type: FDF.Common.RuntimeFdfSettingType
See Also