NotificationConstants Class

Constant strings used in Notifications

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.NotificationConstants

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public NotInheritable Class NotificationConstants
public static class NotificationConstants
public ref class NotificationConstants abstract sealed
[<AbstractClass>]
[<Sealed>]
type NotificationConstants =  class end
public final class NotificationConstants

The NotificationConstants type exposes the following members.

Fields

  Name Description
Public fieldStatic member ConfirmedNotificationAddressIdentityProperty TeamFoundationIdentity propery name for a user's confirmed Email address to receive notifications. This is used in Hosted environments only.
Public fieldStatic member CustomNotificationAddressesIdentityProperty TeamFoundationIdentity property name for a user's custom list of Email addresses to receive notifications at
Public fieldStatic member EmailConfirmationSendDates 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.
Public fieldStatic member MyDisplayNameMacro Macro used in subscriptions which will be replaced by the subscriber's Display Name when evaluated
Public fieldStatic member MyUniqueNameMacro Macro used in subscriptions which will be replaced by the subscriber's Unique User Name when evaluated

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation Namespace