CatalogItem.CreatedBy Property

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

Syntax

‘선언
Public Property CreatedBy As String
    Get
    Set
public string CreatedBy { get; set; }
public:
property String^ CreatedBy {
    String^ get ();
    void set (String^ value);
}
member CreatedBy : string with get, set
function get CreatedBy () : String
function set CreatedBy (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CatalogItem Class

Microsoft.TeamFoundation.Client.Reporting Namespace