protected IUILockNotifier UILockNotifier { get; set; }Protected Property UILockNotifier As IUILockNotifier
Get
Setprotected:
property IUILockNotifier^ UILockNotifier {
IUILockNotifier^ get ();
void set (IUILockNotifier^ value);
}member UILockNotifier : IUILockNotifier with get, set