Reflection
Enabled Property (IAutoExpand)


Gets or sets whether to enable Auto Expand in the session.
Syntax
'Declaration
 
Property Enabled As Boolean
'Usage
 
Dim instance As IAutoExpand
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
bool Enabled {get; set;}
Exceptions
ExceptionDescription
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