SessionDataTenantExpiryDate Property

Gets the date when the tenant expires.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
[DataMemberAttribute(Name = "tenantExpiryDate", EmitDefaultValue = false)]
public DateTime? TenantExpiryDate { get; set; }

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