INetFwPolicy2.NotificationsDisabled Property

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

Syntax

'Declaration
Property NotificationsDisabled As Boolean
bool NotificationsDisabled { get; set; }
property bool NotificationsDisabled {
    bool get ();
    void set (bool value);
}
abstract NotificationsDisabled : bool with get, set
function get NotificationsDisabled () : boolean 
function set NotificationsDisabled (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

INetFwPolicy2 Interface

Microsoft.TeamFoundation.Build.Common Namespace