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 SignOn 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
    bool AutomatedSignOnEnabled {get; set;}
    See Also