CrmConnection.UserTokenExpiryWindow Property
Applies To: Dynamics CRM 2013
Gets or sets the time offset prior to the user token expiration when the user token should be refreshed.
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public Nullable<TimeSpan> UserTokenExpiryWindow { get; set; }
public:
property Nullable<TimeSpan> UserTokenExpiryWindow {
Nullable<TimeSpan> get();
void set(Nullable<TimeSpan> value);
}
member UserTokenExpiryWindow : Nullable<TimeSpan> with get, set
Public Property UserTokenExpiryWindow As Nullable(Of TimeSpan)
Property Value
Type: System.Nullable<TimeSpan>
Type: Nullable<TimeSpan>
The time offset prior to the user token expiration when the user token should be refreshed.
See Also
CrmConnection Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top