Método PartialPermissionSetForwarderBase.SetInheritFlag
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- notificationType
Tipo: Microsoft.TeamFoundation.Framework.Server.NotificationType
- token
Tipo: System.String
- inherit
Tipo: System.Boolean
Valor de retorno
Tipo: System.Boolean
Retorna Boolean.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.