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; }
<DataMemberAttribute(Name := "tenantExpiryDate", EmitDefaultValue := false)>
Public Property TenantExpiryDate As DateTime?
Get
Set
public:
[DataMemberAttribute(Name = L"tenantExpiryDate", EmitDefaultValue = false)]
property Nullable<DateTime> TenantExpiryDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<DataMemberAttribute(Name = "tenantExpiryDate", EmitDefaultValue = false)>]
member TenantExpiryDate : Nullable<DateTime> with 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