Gets
public FieldAttributes Attributes {get;}
'Declaration Public ReadOnly Property Attributes As FieldAttributes
'Declaration
Public ReadOnly Property Attributes As FieldAttributes
'Usage Dim instance As HostField Dim value As FieldAttributes value = instance.Attributes
'Usage
Dim instance As HostField Dim value As FieldAttributes value = instance.Attributes
HostField host; FieldAttributes attribute; //Get FieldAttributes. attribute = host.Attributes;
HostField Class HostField Members