WebApiTeamRef Class
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.
[System.Runtime.Serialization.DataContract]
public class WebApiTeamRef : Microsoft.VisualStudio.Services.WebApi.ISecuredObject
type WebApiTeamRef = class
interface ISecuredObject
Public Class WebApiTeamRef
Implements ISecuredObject
- Inheritance
-
WebApiTeamRef
- Derived
- Attributes
- Implements
-
Microsoft.VisualStudio.Services.WebApi.ISecuredObject
Constructors
| WebApiTeamRef() | |
| WebApiTeamRef(ISecuredObject) |
If you are returning this from a REST API, you must provide the parent object which security has been checked on. |
Properties
| Id |
Team (Identity) Guid. A Team Foundation ID. |
| Name |
Team name |
| Url |
Team REST API Url |
Explicit Interface Implementations
| ISecuredObject.GetToken() | |
| ISecuredObject.NamespaceId | |
| ISecuredObject.RequiredPermissions |