Specifies whether the value of the Content Engine property represented by this
object can be set by an application (
) or not (
).
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
if the property is settable; otherwise, returns
.