InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IFileTransfer Interface / NextPageCommand Property


In This Topic
    NextPageCommand Property
    In This Topic
    Gets or sets a value specifying the CANDE command that scrolls to the next page of text.
    Syntax
    'Declaration
     
    
    Property NextPageCommand As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.NextPageCommand = value
     
    value = instance.NextPageCommand
    string NextPageCommand {get; set;}
    See Also