InfoConnect for Unisys
PageIdentifier Property


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
string PageIdentifier {get; set;}
See Also