SessionTenantExpiryDate Property  | 
 Gets the date when the tenant expires.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic DateTime? TenantExpiryDate { get; }Public ReadOnly Property TenantExpiryDate As DateTime?
	Get
public:
property Nullable<DateTime> TenantExpiryDate {
	Nullable<DateTime> get ();
}member TenantExpiryDate : Nullable<DateTime> with get
Property Value
Type: 
NullableDateTime
            The date (UTC) when the tenant expires, or 
 if the tenant never expires, or if the session isn't associated with a tenant.
            
See Also