The name of the region for the S3 device.

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

ToggleSyntax

Visual Basic (Declaration)
Property S3RegionName As String
C#
string S3RegionName { get; set; }
Visual C++
property String^ S3RegionName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_s3RegionName();
function set_s3RegionName(value);

ToggleSee Also