Property AutoRenew
AutoRenew
Gets or sets the value that determines whether the login token
should be automatically renewed.
Declaration
public bool AutoRenew { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
true to automatically renew the login token when it reaches
half of its life-time, otherwise false. The default is
true.
|