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


In This Topic
    OpenDocumentsInSameWorkspace Property (IWorkspaceDefaults)
    In This Topic
    Gets or sets a value indicating whether documents should be opened in the current workspace or a new workspace
    Syntax
    'Declaration
     
    
    Property OpenDocumentsInSameWorkspace As Boolean
    'Usage
     
    
    Dim instance As IWorkspaceDefaults
    Dim value As Boolean
     
    instance.OpenDocumentsInSameWorkspace = value
     
    value = instance.OpenDocumentsInSameWorkspace
    bool OpenDocumentsInSameWorkspace {get; set;}
    See Also