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)

ToggleSyntax

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

ToggleRemarks

ToggleSee Also