InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / Theme Class / FileName Property


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