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


In This Topic
    FormattedRID Property
    In This Topic
    Gets or sets a value indicating whether the Remote Identifier (RID) is formatted.
    Syntax
    'Declaration
     
    
    Property FormattedRID As Boolean
    'Usage
     
    
    Dim instance As IMapperFileTransfer
    Dim value As Boolean
     
    instance.FormattedRID = value
     
    value = instance.FormattedRID
    bool FormattedRID {get; set;}
    See Also