LegacyGitModelExtensions.CreateIdentityReference 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.Legacy
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Shared Function CreateIdentityReference ( _
id As String, _
date As DateTime _
) As GitIdentityReference
public static GitIdentityReference CreateIdentityReference(
string id,
DateTime date
)
public:
static GitIdentityReference^ CreateIdentityReference(
String^ id,
DateTime date
)
static member CreateIdentityReference :
id:string *
date:DateTime -> GitIdentityReference
public static function CreateIdentityReference(
id : String,
date : DateTime
) : GitIdentityReference
Parameters
- id
Type: System.String
- date
Type: System.DateTime
Return Value
Type: GitIdentityReference
.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.
See Also
Reference
LegacyGitModelExtensions Class
Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace