Share via


Task.TaskID 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 TaskID As String
'Usage
Dim instance As Task 
Dim value As String 

value = instance.TaskID

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Task Class

Task Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace