Specifies the URL to the namespace access point for the device.

For the EMC Isilon fixed content device, the URL is in the format of https://<isilon_cluster>:<port>/namespace/<access_point>/<resource_path>.

For the OpenStack-conformant object storage service, the URL is www.softlayer.com.

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

ToggleSyntax

Visual Basic (Declaration)
Property DeviceConnectionURL As String
C#
string DeviceConnectionURL { get; set; }
Visual C++
property String^ DeviceConnectionURL {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_deviceConnectionURL();
function set_deviceConnectionURL(value);

ToggleRemarks

ToggleSee Also