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