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


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