Specifies the name of the user that will be used to access the storage device. For the EMC Isilon fixed content device, the user must be granted with RAN (RESTful Access to the Namespace) access privileges.

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

ToggleSyntax

Visual Basic (Declaration)
Property DeviceUserName As String
C#
string DeviceUserName { get; set; }
Visual C++
property String^ DeviceUserName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_deviceUserName();
function set_deviceUserName(value);

ToggleRemarks

ToggleSee Also