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.Meta
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property DefaultInstanceOwner As String
C#
string DefaultInstanceOwner { get; }
C++
property string DefaultInstanceOwner abstract  {
    String get();
}
J#
/** property */
public string get_DefaultInstanceOwner();
JScript
public function get DefaultInstanceOwner() : String

Remarks

See Also