InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IMapperFileTransfer Interface / EndReport Property


In This Topic
    EndReport Property
    In This Topic
    Gets or sets the text that appears at the end of a MAPPER report.
    Syntax
    'Declaration
     
    
    Property EndReport As String
    'Usage
     
    
    Dim instance As IMapperFileTransfer
    Dim value As String
     
    instance.EndReport = value
     
    value = instance.EndReport
    string EndReport {get; set;}
    See Also