Returns the date when the cached data expires. Only available when caching is enabled.
Namespace: NuGardt.API.Helper.JSONAssembly: NuGardt.API.Helper.Json (in NuGardt.API.Helper.Json.dll) Version: 1.0.0.0 (1.0.0.0)
public Nullable<DateTime> CacheExpires { get; internal set; }public Nullable<DateTime> CacheExpires { get; internal set; }Public Property CacheExpires As Nullable(Of DateTime)
Get
Friend Set
Public Property CacheExpires As Nullable(Of DateTime)
Get
Friend Set
public:
virtual property Nullable<DateTime> CacheExpires {
Nullable<DateTime> get () sealed;
internal: void set (Nullable<DateTime> value) sealed;
}public:
virtual property Nullable<DateTime> CacheExpires {
Nullable<DateTime> get () sealed;
internal: void set (Nullable<DateTime> value) sealed;
}Property Value
Type:
Nullable
DateTime Return Value
Type:
Nullable
DateTime Implements
IBaseResult CacheExpires