Manages the security owner assigned to the object.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also