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