ManualCaptureOnly Property
Gets or sets whether host screens are only captured manually (true) or if they're captured automatically (false).
bool ManualCaptureOnly {get; set;}
'Declaration
Property ManualCaptureOnly As Boolean
'Usage
Dim instance As IScreenHistory
Dim value As Boolean
instance.ManualCaptureOnly = value
value = instance.ManualCaptureOnly
Exception | Description |
Attachmate.Reflection.SecuredSettingException |
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.
|