This documentation is archived and is not being maintained.

INetFwProfile::NotificationsDisabled Property

Gets or sets a flag indicating whether firewall notifications are disabled.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

property bool NotificationsDisabled {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True if the notifications are disabled; otherwise, false.

Show: