Task.SubcategoryIndex Property

Definition

Gets or sets the index of the subcategory of the task.

public:
 property int SubcategoryIndex { int get(); void set(int value); };
public:
 property int SubcategoryIndex { int get(); void set(int value); };
public int SubcategoryIndex { get; set; }
member this.SubcategoryIndex : int with get, set
Public Property SubcategoryIndex As Integer

Property Value

The index of the subcategory of a task.

Applies to