Share via


TfsmqConnectionNotification.DateLastConnected Property

Gets the date/time (specified in UTC) of the last client connection to the message queue.

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

Syntax

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

Property Value

Type: System.DateTime
Returns DateTime.

.NET Framework Security

See Also

Reference

TfsmqConnectionNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace