The URL used to make a connection to a storage or fixed content device.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| 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); |