The security owner of the object.

Namespace:  FileNet.Api.OnDemand
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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

ToggleSee Also