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.MetaAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ