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
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.
|
See Also