ContainerItem.LastModifiedBy Property

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

Syntax

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

ContainerItem Class

Microsoft.TeamFoundation.Framework.Server Namespace