IdentityReference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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