Edit

WebApiTeamRef Constructors

Definition

Overloads

WebApiTeamRef()
WebApiTeamRef(ISecuredObject)

If you are returning this from a REST API, you must provide the parent object which security has been checked on.

WebApiTeamRef()

public WebApiTeamRef();
Public Sub New ()

Applies to

WebApiTeamRef(ISecuredObject)

If you are returning this from a REST API, you must provide the parent object which security has been checked on.

public WebApiTeamRef(Microsoft.VisualStudio.Services.WebApi.ISecuredObject securedObject);
new Microsoft.TeamFoundation.Core.WebApi.WebApiTeamRef : Microsoft.VisualStudio.Services.WebApi.ISecuredObject -> Microsoft.TeamFoundation.Core.WebApi.WebApiTeamRef
Public Sub New (securedObject As ISecuredObject)

Parameters

securedObject
Microsoft.VisualStudio.Services.WebApi.ISecuredObject

Applies to