The name of the Azure Blob Storage container to use.

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

ToggleSyntax

Visual Basic (Declaration)
Property AzureContainerName As String
C#
string AzureContainerName { get; set; }
Visual C++
property String^ AzureContainerName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_azureContainerName();
function set_azureContainerName(value);

ToggleSee Also