Click or drag to resize
UserSignInInfoCommandSignInThresholdDate Property
Date/time value controlling the time interval for computing number of sign-in actions. Only sign-ins performed after SignInThresholdDate will be taken into account. NULL value is allowed; it means no sign-in count is necessary.

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<DateTime> SignInThresholdDate { get; set; }

Property Value

Type: NullableDateTime
See Also