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