Share via


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

value = instance.Type

instance.Type = value
public JobTypeEnum Type { get; set; }
public:
property JobTypeEnum Type {
    JobTypeEnum get ();
    void set (JobTypeEnum value);
}
public function get Type () : JobTypeEnum 
public function set Type (value : JobTypeEnum)

Property Value

Type: Microsoft.TeamFoundation.Proxy.Reporting.JobTypeEnum

.NET Framework Security

See Also

Reference

Job Class

Job Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace