Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function ReadIdentityFromSource ( _
    factor As SearchFactor, _
    factorValue As String _
) As Identity
Identity ReadIdentityFromSource(
    SearchFactor factor,
    string factorValue
)
Identity^ ReadIdentityFromSource(
    SearchFactor factor, 
    String^ factorValue
)
abstract ReadIdentityFromSource : 
        factor:SearchFactor * 
        factorValue:string -> Identity
function ReadIdentityFromSource(
    factor : SearchFactor, 
    factorValue : String
) : Identity
Parameters
- factor 
 Type: Microsoft.TeamFoundation.Server.SearchFactor- specifies how search will continue SearchFactor 
- factorValue 
 Type: System.String- this value will be interpreted based on SearchFactor 
Return Value
Type: Microsoft.TeamFoundation.Server.Identity
.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.