Share via


Notification.Scope Property

Gets or sets the scope of a notification

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

Syntax

'Declaration
Public Property Scope As Scope
'Usage
Dim instance As Notification 
Dim value As Scope 

value = instance.Scope

instance.Scope = value
public Scope Scope { get; set; }
public:
property Scope Scope {
    Scope get ();
    void set (Scope value);
}
public function get Scope () : Scope 
public function set Scope (value : Scope)

Property Value

Type: Microsoft.TeamFoundation.Server.Scope
A Scope object indicating the scope of the notification.

.NET Framework Security

See Also

Reference

Notification Class

Notification Members

Microsoft.TeamFoundation.Server Namespace