InfoConnect for Airlines
Attributes Property (ScreenCharacter)
Example 


Gets the field attributes.
Syntax
'Declaration
 
Public ReadOnly Property Attributes As FieldAttributes
'Usage
 
Dim instance As ScreenCharacter
Dim value As FieldAttributes
 
value = instance.Attributes
public FieldAttributes Attributes {get;}
Example
private ScreenCharacter screen;
private FieldAttributes attribute;
//Get Attributes.
attribute = screen.Attributes;
See Also