TaskQueryTaskTypes Property |
The types of tasks to search for.
If this is null or empty, any task type may be included in the results.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic HashSet<string> TaskTypes { get; }
Public ReadOnly Property TaskTypes As HashSet(Of String)
Get
public:
property HashSet<String^>^ TaskTypes {
HashSet<String^>^ get ();
}
Property Value
Type:
HashSetString
See Also