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


In This Topic
    RIDNotFoundMessage Property
    In This Topic
    Gets or sets the MAPPER message that appears when you try to open a MAPPER report using an invalid number.
    Syntax
    'Declaration
     
    
    Property RIDNotFoundMessage As String
    'Usage
     
    
    Dim instance As IMapperFileTransfer
    Dim value As String
     
    instance.RIDNotFoundMessage = value
     
    value = instance.RIDNotFoundMessage
    string RIDNotFoundMessage {get; set;}
    See Also