GitModelExtensions.GetIdentityUrl Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Shared Function GetIdentityUrl ( _
author As String _
) As String
public static string GetIdentityUrl(
string author
)
public:
static String^ GetIdentityUrl(
String^ author
)
static member GetIdentityUrl :
author:string -> string
public static function GetIdentityUrl(
author : String
) : String
Parameters
- author
Type: System.String
Return Value
Type: System.String
.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.