Specifies a
constant, which indicates when the value of a property can be set. For special system property cases in which privileged write access may be granted, the
property governs the property's settability for users who have
access, while the
property continues to indicate the property's settability for all other users. See the description of the
property for these special cases.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property Settability As PropertySettability |
C# |
---|
PropertySettability Settability { get; set; } |
C++ |
---|
property PropertySettability Settability abstract { PropertySettability get(); void set(PropertySettability value); } |
J# |
---|
/** property */ public PropertySettability get_Settability(); /** property */ public void set_Settability(PropertySettability value); |
JScript |
---|
public function get Settability() : PropertySettability public function set Settability(value : PropertySettability); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: 3
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ