public XYZ Min { get; set; }
Public Property Min As XYZ Get Set
public: property XYZ^ Min { XYZ^ get (); void set (XYZ^ value); }