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