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