Attachmate Reflection 2014 .NET API Reference
IsAplCharacterSet Property (HostField)
Example 


Gets a value that indicates whether the data cell is displayed with APL characters.
Syntax
'Declaration
 
Public ReadOnly Property IsAplCharacterSet As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsAplCharacterSet
public bool IsAplCharacterSet {get;}
Example
HostField host;
bool CharSet = host.IsAlpCharacterSet;
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

HostField Class
HostField Members

Send Feedback