Costruttore SecurityChangedNotification (Guid, String, Boolean)
Costruttore per creare un SecurityChangeNotification per la chiamata di SetInheritFlag.
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
namespaceId As Guid, _
token As String, _
inherit As Boolean _
)
public SecurityChangedNotification(
Guid namespaceId,
string token,
bool inherit
)
Parametri
- namespaceId
Tipo: System.Guid
- token
Tipo: System.String
- inherit
Tipo: System.Boolean
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
SecurityChangedNotification Classe