AccountHostMapping.LastUpdated Property

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

Syntax

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

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

AccountHostMapping Class

Microsoft.VisualStudio.Services.Account Namespace