InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IScreenHistory Interface / ManualCaptureOnly Property


In This Topic
    ManualCaptureOnly Property
    In This Topic
    Gets or sets whether host screens are only captured manually (true) or if they're captured automatically (false).
    Syntax
    'Declaration
     
    
    Property ManualCaptureOnly As Boolean
    'Usage
     
    
    Dim instance As IScreenHistory
    Dim value As Boolean
     
    instance.ManualCaptureOnly = value
     
    value = instance.ManualCaptureOnly
    bool ManualCaptureOnly {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown if you modify an InfoConnect property that's been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    See Also