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


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