expression.Attributes As FieldAttributes
where expression is a variable that represents a HostField Object
Gets
a bit mask that contains all of the field attributes.expression.Attributes As FieldAttributes
Dim host As HostField
Dim attribute As FieldAttributes
'Get FieldAttributes.
attribute = host.Attributes