DynamicAccountPropertiesActiveTenantId Property  | 
  
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Tuple<Guid?>? ActiveTenantId { get; set; }Public Property ActiveTenantId As Tuple(Of Guid?)
	Get
	Set
public:
property Tuple<Nullable<Guid>>^ ActiveTenantId {
	Tuple<Nullable<Guid>>^ get ();
	void set (Tuple<Nullable<Guid>>^ value);
}member ActiveTenantId : Tuple<Nullable<Guid>> with get, set
Property Value
Type: 
TupleNullableGuid
See Also