Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IWorkspaceDefaults Interface / MaxRecentDocuments Property


In This Topic
    MaxRecentDocuments Property (IWorkspaceDefaults)
    In This Topic
    Gets or sets a value indicating the maximum number of recent documents to show in the MRU list
    Syntax
    'Declaration
     
    
    Property MaxRecentDocuments As Integer
    'Usage
     
    
    Dim instance As IWorkspaceDefaults
    Dim value As Integer
     
    instance.MaxRecentDocuments = value
     
    value = instance.MaxRecentDocuments
    int MaxRecentDocuments {get; set;}
    See Also