DynamicAccountPropertiesActiveTenantId Property |
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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:
TupleNullableGuidSee Also