'DeclarationPublic ReadOnly Property Attributes As FieldAttributes
'UsageDim instance As HostField Dim value As FieldAttributes value = instance.Attributes
public FieldAttributes Attributes {get;}
Gets a bit mask that contains all of the field attributes.'DeclarationPublic ReadOnly Property Attributes As FieldAttributes
'UsageDim instance As HostField Dim value As FieldAttributes value = instance.Attributes
public FieldAttributes Attributes {get;}
HostField host;
FieldAttributes attribute;
//Get FieldAttributes.
attribute = host.Attributes;