JobModel.Type Property

Project type
<JsonConverter(typeof(StringEnumConverter))> _ 
Public Property Type() As ProjectType
This language is not supported or no code example is available.
[JsonConverter(typeof(StringEnumConverter))] 
public ProjectType Type {get; set;}
This language is not supported or no code example is available.
[JsonConverter(typeof(StringEnumConverter))] 
public:  
property ProjectType Type { 
ProjectType get( ); 
void set( 
ProjectType value 
); 
}
This language is not supported or no code example is available.
public  
JsonConverter(typeof(StringEnumConverter)) 
function get Type() : ProjectType
public  
JsonConverter(typeof(StringEnumConverter)) 
function set Type(value : ProjectType);
This language is not supported or no code example is available.

Property Value

ProjectType

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition