public EntityType Type { get; set; }
Public Property Type As EntityType Get Set
public: property EntityType Type { EntityType get (); void set (EntityType value); }
member Type : EntityType with get, set