CatalogItem.ID Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CatalogItem Class

Microsoft.TeamFoundation.Client.Reporting Namespace