Share via


Account.LastUpdatedBy Property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property LastUpdatedBy As Guid
[DataMemberAttribute]
public Guid LastUpdatedBy { get; set; }
[DataMemberAttribute]
public:
property Guid LastUpdatedBy {
    Guid get ();
    void set (Guid value);
}
[<DataMemberAttribute>]
member LastUpdatedBy : Guid with get, set
function get LastUpdatedBy () : Guid 
function set LastUpdatedBy (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

Account Class

Microsoft.VisualStudio.Services.Account Namespace