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


In This Topic
PageIdentifier Property
In This Topic
Gets or sets the text string that identifies the display as a MAPPER report page.
Syntax
'Declaration
 
Property PageIdentifier As String
 
'Usage
 
Dim instance As IMapperFileTransfer
Dim value As String
 
instance.PageIdentifier = value
 
value = instance.PageIdentifier
See Also