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)

ToggleSyntax

Visual Basic (Declaration)
Property DefaultInstanceOwner As String
C#
string DefaultInstanceOwner { get; set; }
Visual C++
property String^ DefaultInstanceOwner {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_defaultInstanceOwner();
function set_defaultInstanceOwner(value);

ToggleRemarks

ToggleSee Also