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
- 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.