 | UserCredentialsExpirationInMinutes Property |
Number of minutes before the user's session expires
Namespace:
MedTunnelSvc.Models
Assembly:
MedTunnelSvc (in MedTunnelSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int ExpirationInMinutes { get; set; }Public Property ExpirationInMinutes As Integer
Get
Set
public:
property int ExpirationInMinutes {
int get ();
void set (int value);
}member ExpirationInMinutes : int with get, set
Property Value
Type:
Int32
See Also