AuthTokenExpired Property
|
Namespace: Ingeniux.CMS.AnalyticsAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax[JsonIgnoreAttribute]
public bool Expired { get; }<JsonIgnoreAttribute>
Public ReadOnly Property Expired As Boolean
Get
public:
[JsonIgnoreAttribute]
virtual property bool Expired {
bool get () sealed;
}[<JsonIgnoreAttribute>]
abstract Expired : bool with get
[<JsonIgnoreAttribute>]
override Expired : bool with get
Property Value
BooleanImplements
IAuthTokenExpired
See Also