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