Manages the security owner assigned to the object.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property Owner As String
C#
string Owner { get; set; }
C++
property string Owner abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Owner();

/** property */
public void set_Owner(string value);
JScript
public function get Owner() : String

public function set Owner(value : String);

Remarks

See Also