Specifies the name of the security principal that will be used to access the Image Services server. The name must already exist as an "integration user" in the IS security database used by CFS-IS.


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

Syntax

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

/** property */
public void set_ISUserName(string value);
JScript
public function get ISUserName() : String

public function set ISUserName(value : String);

Remarks

See Also