Edit

Share via


IdentityReference Constructors

Definition

Overloads

IdentityReference()

For back-compat purpose only, do not use for public project

IdentityReference(IdentityRef)
IdentityReference(IdentityRef, String)

IdentityReference()

For back-compat purpose only, do not use for public project

public IdentityReference();
Public Sub New ()

Applies to

IdentityReference(IdentityRef)

public IdentityReference(Microsoft.VisualStudio.Services.WebApi.IdentityRef identityRef);
new Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.IdentityReference : Microsoft.VisualStudio.Services.WebApi.IdentityRef -> Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.IdentityReference

Parameters

identityRef
Microsoft.VisualStudio.Services.WebApi.IdentityRef

Applies to

IdentityReference(IdentityRef, String)

public IdentityReference(Microsoft.VisualStudio.Services.WebApi.IdentityRef identityRef, string witIdentityName);
new Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.IdentityReference : Microsoft.VisualStudio.Services.WebApi.IdentityRef * string -> Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.IdentityReference

Parameters

identityRef
Microsoft.VisualStudio.Services.WebApi.IdentityRef
witIdentityName
String

Applies to