ContainerItem.CreatedBy Property

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

Syntax

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

ContainerItem Class

Microsoft.TeamFoundation.Framework.Server Namespace