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


In This Topic
    SaveSessionAsCompoundDocument Property (IWorkspaceDefaults)
    In This Topic
    Gets or sets a value indicating when a session will be saved as a Compound Session Document (Compound Session Document files include all of the customized settings for QuickPads, keyboard maps, themes, mouse maps, Hotspots, and ribbons.)
    Syntax
    'Declaration
     
    
    Property SaveSessionAsCompoundDocument As Boolean
    'Usage
     
    
    Dim instance As IWorkspaceDefaults
    Dim value As Boolean
     
    instance.SaveSessionAsCompoundDocument = value
     
    value = instance.SaveSessionAsCompoundDocument
    bool SaveSessionAsCompoundDocument {get; set;}
    See Also