TaskProvider.Subcategories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of task subcategories.
public:
property System::Collections::Specialized::StringCollection ^ Subcategories { System::Collections::Specialized::StringCollection ^ get(); };
public System.Collections.Specialized.StringCollection Subcategories { get; }
member this.Subcategories : System.Collections.Specialized.StringCollection
Public ReadOnly Property Subcategories As StringCollection
Property Value
A StringCollection of task subcategories.