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 (25.3.0.1000)
Syntaxpublic 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: 
Boolean
See Also