An IPropertyDefinitionObject defines object-valued properties as part of class definitions. Its TargetAccessRequired property specifies the access level that the caller must be granted by the target object in order to assign it as the value of the object-valued property being defined. To obtain the value of the TargetAccessRequired property, call the property accessor methods on IPropertyDefinitionObject.
On IPropertyDescriptionObject, TargetAccessRequired is read only.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property TargetAccessRequired As Nullable(Of Integer) |
C# |
---|
Nullable<int> TargetAccessRequired { get; } |
Visual C++ |
---|
property Nullable<int> TargetAccessRequired { Nullable<int> get (); } |
JavaScript |
---|
function get_targetAccessRequired(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ