'DeclarationPublic ReadOnly Property Attributes As FieldAttributes
'UsageDim instance As ScreenCharacter Dim value As FieldAttributes value = instance.Attributes
public FieldAttributes Attributes {get;}
Gets the field attributes.'DeclarationPublic ReadOnly Property Attributes As FieldAttributes
'UsageDim 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;