SecurityChangedNotification Constructor (Guid, List<String>, Boolean)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
namespaceId As Guid, _
tokens As List(Of String), _
recurse As Boolean _
)
public SecurityChangedNotification(
Guid namespaceId,
List<string> tokens,
bool recurse
)
public:
SecurityChangedNotification(
Guid namespaceId,
List<String^>^ tokens,
bool recurse
)
new :
namespaceId:Guid *
tokens:List<string> *
recurse:bool -> SecurityChangedNotification
public function SecurityChangedNotification(
namespaceId : Guid,
tokens : List<String>,
recurse : boolean
)
Parameters
- namespaceId
Type: System.Guid
- tokens
Type: System.Collections.Generic.List<String>
- recurse
Type: System.Boolean
.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.
See Also
Reference
SecurityChangedNotification Class