An IndependentlyPersistableObject instance that participates in a binary relationship as the logical tail between two objects.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
For a
or
object, this is always a
object.
For a
object, this can be any subclass of
.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property Tail As IIndependentObject |
C# |
---|
IIndependentObject Tail { get; set; } |
C++ |
---|
property IIndependentObject Tail abstract { IIndependentObject get(); void set(IIndependentObject value); } |
J# |
---|
/** property */ public IIndependentObject get_Tail(); /** property */ public void set_Tail(IIndependentObject value); |
JScript |
---|
public function get Tail() : IIndependentObject public function set Tail(value : IIndependentObject); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: Container
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ