Specifies whether an object-valued property is permitted to reference an object in another object store (true) or not (false).


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property AllowsForeignObject As Nullable(Of Boolean)
C#
Nullable<bool> AllowsForeignObject { get; set; }
C++
property Nullable<bool> AllowsForeignObject abstract  {
    Nullable<bool> get();
    void set(Nullable<boolvalue);
}
J#
/** property */
public Nullable<bool> get_AllowsForeignObject();

/** property */
public void set_AllowsForeignObject(Nullable<boolvalue);
JScript
public function get AllowsForeignObject() : Nullable<bool>

public function set AllowsForeignObject(value : Nullable<bool>);

Remarks

See Also