Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / ICentralizedManagement Interface / AutomatedSignOnEnabled Property


In This Topic
AutomatedSignOnEnabled Property (ICentralizedManagement)
In This Topic
Gets or sets a value indicating whether Automated Sign-On is enabled for Mainframe.
Syntax
'Declaration
 
Property AutomatedSignOnEnabled As Boolean
 
'Usage
 
Dim instance As ICentralizedManagement
Dim value As Boolean
 
instance.AutomatedSignOnEnabled = value
 
value = instance.AutomatedSignOnEnabled
See Also