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