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.Meta
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property Settability As PropertySettability |
C# |
---|
PropertySettability Settability { get; } |
C++ |
---|
property PropertySettability Settability abstract { PropertySettability get(); } |
J# |
---|
/** property */ public PropertySettability get_Settability(); |
JScript |
---|
public function get Settability() : PropertySettability |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ