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

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public FdfProperty(
	string strName,
	XmlNode node,
	string strCategory = "",
	string strDescription = ""
)

Parameters

strName
Type: SystemString
node
Type: System.XmlXmlNode
strCategory (Optional)
Type: SystemString
strDescription (Optional)
Type: SystemString
See Also