Atmos system-generated subtenant ID, for example, 34e70f3247404b249d688b23e2e79b25.

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

ToggleSyntax

Visual Basic (Declaration)
Property AtmosSubtenant As String
C#
string AtmosSubtenant { get; set; }
Visual C++
property String^ AtmosSubtenant {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_atmosSubtenant();
function set_atmosSubtenant(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
MaximumLengthString: 64
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ

ToggleSee Also