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


In This Topic
    ShowManagedDocuments Property (WorkspaceDefaults)
    In This Topic
    Gets or sets a value indicating whether to show the Managed Documents panel when the Workspace opens. Setting is only enabled when ShowStartPage and EnableCentralizedManagement values are true.
    Syntax
    'Declaration
     
    
    Public Property ShowManagedDocuments As Boolean
    'Usage
     
    
    Dim instance As WorkspaceDefaults
    Dim value As Boolean
     
    instance.ShowManagedDocuments = value
     
    value = instance.ShowManagedDocuments
    public bool ShowManagedDocuments {get; set;}
    See Also