Indicates whether the property represented by a given property description, property definition,
or property template is required to have a value (true) or not (false). If you attempt to save
an object containing a property that requires a value and that property does not have a value
assigned to it, an exception will result.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property IsValueRequired As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> IsValueRequired { get; set; } |
| Visual C++ |
|---|
property Nullable<bool> IsValueRequired { Nullable<bool> get (); void set (Nullable<bool> value); } |
| JavaScript |
|---|
function get_isValueRequired(); function set_isValueRequired(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ