Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / WorkspaceSettings Class / UserInterface Property


In This Topic
    UserInterface Property (WorkspaceSettings)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UserInterface As IUserInterface
    'Usage
     
    
    Dim instance As WorkspaceSettings
    Dim value As IUserInterface
     
    value = instance.UserInterface
    public IUserInterface UserInterface {get;}
    See Also