Specifies whether the value of the Content Engine property represented by this Property object can be set by an application (True) or not (False).


Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Function IsSettable() As Boolean
C#
bool IsSettable()
C++
bool IsSettable() abstract 
J#
bool IsSettable()
JScript
function IsSettable() : bool

Return Value

True if the property is settable; otherwise, returns False.

See Also