Click or drag to resize
FdfPropertyCollectionAdd Method (String, Object, Boolean, String, String, Boolean)

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public virtual int Add(
	string strName,
	Object objValue,
	bool boolIsReadOnly = true,
	string strCategory = "",
	string strDescription = "",
	bool boolVisible = true
)

Parameters

strName
Type: SystemString
objValue
Type: SystemObject
boolIsReadOnly (Optional)
Type: SystemBoolean
strCategory (Optional)
Type: SystemString
strDescription (Optional)
Type: SystemString
boolVisible (Optional)
Type: SystemBoolean

Return Value

Type: Int32
See Also