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