Share via


CatalogItem.CreatedBy Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Reporting
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property CreatedBy As String
'Usage
Dim instance As CatalogItem 
Dim value As String 

value = instance.CreatedBy

instance.CreatedBy = value
public string CreatedBy { get; set; }
public:
property String^ CreatedBy {
    String^ get ();
    void set (String^ value);
}
public function get CreatedBy () : String 
public function set CreatedBy (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CatalogItem Class

CatalogItem Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace