Sets the value of this Content Engine property.
Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub SetValue( _ ByVal val As IEngineObject _ ) |
C# |
---|
void SetValue( IEngineObject val ) |
C++ |
---|
void SetValue( IEngineObject val ) abstract |
J# |
---|
void SetValue( IEngineObject val ) |
JScript |
---|
function SetValue( val : IEngineObject ) |
Parameters
- val
- An
object that specifies the new property value.EngineObject
Exceptions
Exception Type | Condition |
---|---|
E_READ_ONLY | Thrown if an attempt is made to update a property that is not settable (its method returns ). |