The name of the vault to be used in the IBM Cloud Object Storage device.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property ICOSVaultName As String |
| C# |
|---|
string ICOSVaultName { get; set; } |
| Visual C++ |
|---|
property String^ ICOSVaultName { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_icosVaultName(); function set_icosVaultName(value); |