FullPermissionSetForwarderBase.SetInheritFlag Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Function SetInheritFlag ( _
requestContext As TeamFoundationRequestContext, _
notificationType As NotificationType, _
token As String, _
inherit As Boolean _
) As Boolean
public virtual bool SetInheritFlag(
TeamFoundationRequestContext requestContext,
NotificationType notificationType,
string token,
bool inherit
)
public:
virtual bool SetInheritFlag(
TeamFoundationRequestContext^ requestContext,
NotificationType notificationType,
String^ token,
bool inherit
)
abstract SetInheritFlag :
requestContext:TeamFoundationRequestContext *
notificationType:NotificationType *
token:string *
inherit:bool -> bool
override SetInheritFlag :
requestContext:TeamFoundationRequestContext *
notificationType:NotificationType *
token:string *
inherit:bool -> bool
public function SetInheritFlag(
requestContext : TeamFoundationRequestContext,
notificationType : NotificationType,
token : String,
inherit : boolean
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- notificationType
Type: Microsoft.TeamFoundation.Framework.Server.NotificationType
- token
Type: System.String
- inherit
Type: System.Boolean
Return Value
Type: System.Boolean
Returns 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.