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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property IsReadOnly As Nullable(Of Boolean)
C#
Nullable<bool> IsReadOnly { get; }
Visual C++
property Nullable<bool> IsReadOnly {
	Nullable<bool> get ();
}
JavaScript
function get_isReadOnly();

ToggleRemarks

ToggleSee Also