ServiceHost<T>.LastUse Property

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

Syntax

'Declaration
Public Property LastUse As DateTime
public DateTime LastUse { get; set; }
public:
property DateTime LastUse {
    DateTime get ();
    void set (DateTime value);
}
member LastUse : DateTime with get, set
function get LastUse () : DateTime 
function set LastUse (value : DateTime)

Property Value

Type: System.DateTime
Returns DateTime.

.NET Framework Security

See Also

Reference

ServiceHost<T> Class

Microsoft.TeamFoundation.Framework.Server Namespace