Delen via


Account.LastUpdatedDate Property

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

Syntax

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

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

Account Class

Microsoft.VisualStudio.Services.Account Namespace