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