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