Sets the value of this Content Engine property.
Namespace:
FileNet.Api.PropertyAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub SetValue ( _ val As IBinaryList _ ) |
C# |
---|
void SetValue( IBinaryList val ) |
Visual C++ |
---|
void SetValue( IBinaryList^ val ) |
JavaScript |
---|
function setValue(val); |
Parameters
- val
- Type: FileNet.Api.Collection..::.IBinaryList
An BinaryList object that specifies the new property value.
Exceptions
Exception | Condition |
---|---|
ExceptionCode..::.E_READ_ONLY | Thrown if an attempt is made to update a property that is not settable (its Property.IsSettable method returns False). |