SecurityChangedNotification Constructor (Guid, String, Boolean)
Constructor for creating a SecurityChangeNotification for the SetInheritFlag call.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
namespaceId As Guid, _
token As String, _
inherit As Boolean _
)
public SecurityChangedNotification(
Guid namespaceId,
string token,
bool inherit
)
public:
SecurityChangedNotification(
Guid namespaceId,
String^ token,
bool inherit
)
new :
namespaceId:Guid *
token:string *
inherit:bool -> SecurityChangedNotification
public function SecurityChangedNotification(
namespaceId : Guid,
token : String,
inherit : boolean
)
Parameters
- namespaceId
Type: System.Guid
- token
Type: System.String
- inherit
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