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 (24.4.0.1000)
Syntax public 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