Specifies the unique identity of this external replica object, relative to an external repository in which a replica of the object exists.
Namespace: FileNet.Api.Replication
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ExternalObjectIdentity As String |
C# |
---|
string ExternalObjectIdentity { get; set; } |
C++ |
---|
property string ExternalObjectIdentity abstract { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_ExternalObjectIdentity(); /** property */ public void set_ExternalObjectIdentity(string value); |
JScript |
---|
public function get ExternalObjectIdentity() : String public function set ExternalObjectIdentity(value : String); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
MaximumLengthString: 256
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ