Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / IScreenHistory Interface / ManualCaptureOnly Property


ManualCaptureOnly Property
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
Exceptions
ExceptionDescription
This exception is thrown if you modify a Reflection property that's been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
See Also