Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / WorkspaceDefaults Class / PromptForDisconnect Property


In This Topic
    PromptForDisconnect Property (WorkspaceDefaults)
    In This Topic
    Gets or sets a value indicating whether to prompt for disconnect when a session is closed.
    Syntax
    'Declaration
     
    
    Public Property PromptForDisconnect As Boolean
    'Usage
     
    
    Dim instance As WorkspaceDefaults
    Dim value As Boolean
     
    instance.PromptForDisconnect = value
     
    value = instance.PromptForDisconnect
    public bool PromptForDisconnect {get; set;}
    See Also