IEmailNotificationConfiguration.SendSyncNotification Property

 

Applies To: Windows Server Update Services

Gets and sets whether new update alerts should be sent.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

bool SendSyncNotification { get; set; }
property bool SendSyncNotification {
    bool get();
    void set(bool value);
}
abstract SendSyncNotification : bool with get, set
Property SendSyncNotification As Boolean

Property Value

Type: System.Boolean

true if it new update alerts are enabled, otherwise false.

See Also

IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top