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


In This Topic
    SaveSessionAsCompoundDocument Property (WorkspaceDefaults)
    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
     
    
    Public Property SaveSessionAsCompoundDocument As Boolean
    'Usage
     
    
    Dim instance As WorkspaceDefaults
    Dim value As Boolean
     
    instance.SaveSessionAsCompoundDocument = value
     
    value = instance.SaveSessionAsCompoundDocument
    public bool SaveSessionAsCompoundDocument {get; set;}
    See Also