Share via


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

value = instance.JobID

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Job Class

Job Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace