TaskProcessorTDirectiveGetDirectiveType Method |
Returns the type of directive used by the processor's tasks.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic override Type GetDirectiveType()
Public Overrides Function GetDirectiveType As Type
public:
virtual Type^ GetDirectiveType() override
Return Value
Type:
TypeThe task directive type.
See Also