public IUIContext Context { get; set; }
Public Property Context As IUIContext
Get
Set
public:
virtual property IUIContext^ Context {
IUIContext^ get () sealed;
void set (IUIContext^ value) sealed;
}
abstract Context : IUIContext with get, set
override Context : IUIContext with get, set