'Declaration
Public ReadOnly Property Attributes As FieldAttributes
'Usage
Dim instance As ScreenCharacter Dim value As FieldAttributes value = instance.Attributes
public FieldAttributes Attributes {get;}
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;