NotificationConstants.EmailConfirmationSendDates Field
Property used to keep track of how many confirmations were sent for this user. Used to limit the number of confirmations a single user can send out for their account.
The value is updated and monitored by the SendEmailConfirmationJob.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Const EmailConfirmationSendDates As String
public const string EmailConfirmationSendDates
public:
literal String^ EmailConfirmationSendDates
static val mutable EmailConfirmationSendDates: string
public const var EmailConfirmationSendDates : String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.