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