Share via


GroupSecurityService.IsIdentityCached Method

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function IsIdentityCached ( _
    factor As SearchFactor, _
    factorValue As String _
) As Boolean
[WebMethodAttribute]
public bool IsIdentityCached(
    SearchFactor factor,
    string factorValue
)
[WebMethodAttribute]
public:
bool IsIdentityCached(
    SearchFactor factor, 
    String^ factorValue
)
[<WebMethodAttribute>]
member IsIdentityCached : 
        factor:SearchFactor * 
        factorValue:string -> bool
public function IsIdentityCached(
    factor : SearchFactor, 
    factorValue : String
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

GroupSecurityService Class

Microsoft.TeamFoundation.Integration.Server Namespace