Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.