TDProjectModel.Type Property
Public Property Type() As TDProjectType
This language is not supported or no code example is available.
public TDProjectType Type {get; set;}
This language is not supported or no code example is available.
public:
property TDProjectType Type {
TDProjectType get( );
void set(
TDProjectType value
);
}
This language is not supported or no code example is available.
public function get Type() : TDProjectType;
public function set Type(value : TDProjectType);
This language is not supported or no code example is available.