The default security owner for an object of a given class. This property is useful if you want a group or user other than the object's creator to have owner security rights.


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

Syntax

Visual Basic (Declaration)
Property DefaultInstanceOwner As String
C#
string DefaultInstanceOwner { get; set; }
C++
property string DefaultInstanceOwner abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_DefaultInstanceOwner();

/** property */
public void set_DefaultInstanceOwner(string value);
JScript
public function get DefaultInstanceOwner() : String

public function set DefaultInstanceOwner(value : String);

Remarks

See Also