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)

ToggleSyntax

Visual Basic (Declaration)
Function IsSettable As Boolean
C#
bool IsSettable()
Visual C++
bool IsSettable()
JavaScript
function isSettable();

Return Value

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

ToggleSee Also