public Entry Result { get; set; }
Public Property Result As Entry Get Set
public: property Entry^ Result { Entry^ get (); void set (Entry^ value); }
member Result : Entry with get, set
In This Article