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