AccountDataSessionTimeout Property |
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public TimeSpan? SessionTimeout { get; set; }
Public Property SessionTimeout As TimeSpan?
Get
Set
public:
virtual property Nullable<TimeSpan> SessionTimeout {
Nullable<TimeSpan> get () sealed;
void set (Nullable<TimeSpan> value) sealed;
}
abstract SessionTimeout : Nullable<TimeSpan> with get, set
override SessionTimeout : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpanSee Also