Sets the value of this Content Engine property.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Sub SetValue ( _
val As String _
) |
C# |
---|
void SetValue(
string val
) |
Visual C++ |
---|
void SetValue(
String^ val
) |
JavaScript |
---|
function setValue(val); |
Parameters
- val
- Type: System..::.String
A String that specifies the new property value.
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).
|