Sets the value of this Content Engine property.

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

ToggleSyntax

Visual Basic (Declaration)
Sub SetValue ( _
	val As Nullable(Of Integer) _
)
C#
void SetValue(
	Nullable<int> val
)
Visual C++
void SetValue(
	Nullable<int> val
)
JavaScript
function setValue(val);

Parameters

val
Type: System..::.Nullable<(Of <(Int32>)>)
An Integer that specifies the new property value.

ToggleExceptions

ExceptionCondition
ExceptionCode..::.E_READ_ONLY Thrown if an attempt is made to update a property that is not settable (its Property.IsSettable method returns False).

ToggleSee Also