InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / CmsFileListCommand Property


In This Topic
    CmsFileListCommand Property
    In This Topic
    Gets or sets the file list command to issue on the CMS host to list files.
    Syntax
    'Declaration
     
    
    Property CmsFileListCommand As String
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As String
     
    instance.CmsFileListCommand = value
     
    value = instance.CmsFileListCommand
    string CmsFileListCommand {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    When you click the Show Host Files button in the Transfer dialog box, the terminal issues the file list command you specify. This property applies only to 3270 sessions for CMS hosts. The default value is "LISTFILE %s (EXEC".
    See Also