InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IUiMode Interface / FileName Property


In This Topic
    FileName Property (IUiMode)
    In This Topic
    Gets the current user interface mode template file name.
    Syntax
    'Declaration
     
    
    ReadOnly Property FileName As String
    'Usage
     
    
    Dim instance As IUiMode
    Dim value As String
     
    value = instance.FileName
    string FileName {get;}
    See Also