Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / TaskEnabled Property


In This Topic
TaskEnabled Property
In This Topic
Gets a value that indicates whether the installed Office Tools assembly supports new tasks.
Syntax
'Declaration
 
ReadOnly Property TaskEnabled As Boolean
 
'Usage
 
Dim instance As IOfficeTools
Dim value As Boolean
 
value = instance.TaskEnabled
See Also