Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IWorkspaceSettingsApi Interface / UserInterface Property


In This Topic
    UserInterface Property (IWorkspaceSettingsApi)
    In This Topic
    User Interface settings for workspace api
    Syntax
    'Declaration
     
    
    ReadOnly Property UserInterface As IUserInterface
    'Usage
     
    
    Dim instance As IWorkspaceSettingsApi
    Dim value As IUserInterface
     
    value = instance.UserInterface
    IUserInterface UserInterface {get;}
    See Also