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


In This Topic
    FileName Property (ITheme)
    In This Topic
    Gets the theme template to use.
    Syntax
    'Declaration
     
    
    ReadOnly Property FileName As String
    'Usage
     
    
    Dim instance As ITheme
    Dim value As String
     
    value = instance.FileName
    string FileName {get;}
    See Also