InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IProductivity Interface / OfficeTools Property


In This Topic
    OfficeTools Property
    In This Topic
    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