Click or drag to resize
AttributeIsExpressionKeyword Method
Returns True if given string represents an expression keyword, False otherwise.

Namespace: FDF.Common.ObjectModel
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static bool IsExpressionKeyword(
	string value
)

Parameters

value
Type: SystemString
Value to test for being an expression keyword.

Return Value

Type: Boolean
Remarks