Attachmate.Reflection.Emulation.IbmHosts Namespace > ScreenCharacter Class : Attributes Property |
Gets
the field attributes.'Declaration Public ReadOnly Property Attributes As FieldAttributes
'Usage Dim instance As ScreenCharacter Dim value As FieldAttributes value = instance.Attributes
public FieldAttributes Attributes {get;}
private ScreenCharacter screen; private FieldAttributes attribute; //Get Attributes. attribute = screen.Attributes;
Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services