public HistoryManager History { get; set; }Public Property History As HistoryManager
Get
Setpublic:
property HistoryManager^ History {
HistoryManager^ get ();
void set (HistoryManager^ value);
}member History : HistoryManager with get, set