PartialPermissionSetForwarderBase.SetInheritFlag Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function SetInheritFlag ( _
    requestContext As TeamFoundationRequestContext, _
    notificationType As NotificationType, _
    token As String, _
    inherit As Boolean _
) As Boolean
public bool SetInheritFlag(
    TeamFoundationRequestContext requestContext,
    NotificationType notificationType,
    string token,
    bool inherit
)
public:
bool SetInheritFlag(
    TeamFoundationRequestContext^ requestContext, 
    NotificationType notificationType, 
    String^ token, 
    bool inherit
)
member SetInheritFlag : 
        requestContext:TeamFoundationRequestContext * 
        notificationType:NotificationType * 
        token:string * 
        inherit:bool -> bool
public function SetInheritFlag(
    requestContext : TeamFoundationRequestContext, 
    notificationType : NotificationType, 
    token : String, 
    inherit : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

PartialPermissionSetForwarderBase Class

Microsoft.TeamFoundation.Framework.Server Namespace