IWebAccountProviderTokenOperation.CacheExpirationTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the cache expiration time.
public:
property DateTime CacheExpirationTime { DateTime get(); void set(DateTime value); };
DateTime CacheExpirationTime();
void CacheExpirationTime(DateTime value);
public System.DateTimeOffset CacheExpirationTime { get; set; }
var dateTime = iWebAccountProviderTokenOperation.cacheExpirationTime;
iWebAccountProviderTokenOperation.cacheExpirationTime = dateTime;
Public Property CacheExpirationTime As DateTimeOffset
Property Value
The cache expiration time.