Reflection
OfficeTools Property


Gets the Office Tools object, which holds configuration properties, methods, and events for the Office Tools Productivity feature.
Syntax
'Declaration
 
ReadOnly Property OfficeTools As IOfficeTools
'Usage
 
Dim instance As IProductivity
Dim value As IOfficeTools
 
value = instance.OfficeTools
IOfficeTools OfficeTools {get;}
See Also