DuplicateProjectOptionsTreatNullTenantIdAsNoTenant Property |
Gets or sets a value indicating whether a null tenant ID should be treated as no tenant.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax public bool TreatNullTenantIdAsNoTenant { get; set; }
Public Property TreatNullTenantIdAsNoTenant As Boolean
Get
Set
public:
property bool TreatNullTenantIdAsNoTenant {
bool get ();
void set (bool value);
}
member TreatNullTenantIdAsNoTenant : bool with get, set
Property Value
Type:
BooleanSee Also