Specifies whether you can modify the value of the property described by this property description (true) or not (false). If IsReadOnly is true, the property's value can only be changed by the server.


Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property IsReadOnly As Nullable(Of Boolean)
C#
Nullable<bool> IsReadOnly { get; }
C++
property Nullable<bool> IsReadOnly abstract  {
    Nullable<bool> get();
}
J#
/** property */
public Nullable<bool> get_IsReadOnly();
JScript
public function get IsReadOnly() : Nullable<bool>

Remarks

See Also