InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ITheme Interface / FileName Property


In This Topic
    FileName Property (ITheme)
    In This Topic
    Gets or sets the theme template to use. Setting this loads a new theme.
    Syntax
    'Declaration
     
    
    Property FileName As String
    'Usage
     
    
    Dim instance As ITheme
    Dim value As String
     
    instance.FileName = value
     
    value = instance.FileName
    string FileName {get; set;}
    See Also