Specifies a
constant, which indicates the settability of a property when an application has been granted privileged write access (
access right). Privileged write access gives an application the potential capability to set the
,
,
, and
properties, which are normally read-only. The
property continues to indicate the property's settability for all other users.
Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property PrivilegedSettability As PropertySettability |
C# |
---|
PropertySettability PrivilegedSettability { get; } |
C++ |
---|
property PropertySettability PrivilegedSettability abstract { PropertySettability get(); } |
J# |
---|
/** property */ public PropertySettability get_PrivilegedSettability(); |
JScript |
---|
public function get PrivilegedSettability() : 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