TeamFoundationSqlNotificationService.Author Property

The author is defined as the source of the change that caused the notification. Implementors may use the Author property from this class when they write to the notification table. If the caller then wants to filter events out that came from its own writes you can do this with the filterByAuthor parameter when registering for notification callbacks.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Author As Guid
public Guid Author { get; }
public:
property Guid Author {
    Guid get ();
}
member Author : Guid with get
function get Author () : Guid

Property Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

TeamFoundationSqlNotificationService Class

Microsoft.TeamFoundation.Framework.Server Namespace