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


In This Topic
Parent Property (IMapperFileTransfer)
In This Topic
Gets the parent object (IFileTransfer).
Syntax
'Declaration
 
ReadOnly Property Parent As IFileTransfer
 
'Usage
 
Dim instance As IMapperFileTransfer
Dim value As IFileTransfer
 
value = instance.Parent
See Also