Share via


NotificationEvent Constructor (DateTime, String, String, String)

Constructs an object by using check-in values.

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

Syntax

'Declaration
Protected Sub New ( _
    creationDate As DateTime, _
    owner As String, _
    ownerDisplay As String, _
    comment As String _
)
protected NotificationEvent(
    DateTime creationDate,
    string owner,
    string ownerDisplay,
    string comment
)
protected:
NotificationEvent(
    DateTime creationDate, 
    String^ owner, 
    String^ ownerDisplay, 
    String^ comment
)
new : 
        creationDate:DateTime * 
        owner:string * 
        ownerDisplay:string * 
        comment:string -> NotificationEvent
protected function NotificationEvent(
    creationDate : DateTime, 
    owner : String, 
    ownerDisplay : String, 
    comment : String
)

Parameters

.NET Framework Security

See Also

Reference

NotificationEvent Class

NotificationEvent Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace