'Declaration
Public ReadOnly Property Type As FieldType
'Usage
Dim instance As Field
Dim value As FieldType
value = instance.Type
public FieldType Type {get;}
public: __property FieldType get_Type();
public:
property FieldType Type {
FieldType get();
}