WebApiTagDefinition 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.
The representation of a tag definition which is sent across the wire.
[System.Runtime.Serialization.DataContract]
public class WebApiTagDefinition : Microsoft.VisualStudio.Services.WebApi.ISecuredObject
type WebApiTagDefinition = class
interface ISecuredObject
Public Class WebApiTagDefinition
Implements ISecuredObject
- Inheritance
-
WebApiTagDefinition
- Attributes
- Implements
-
Microsoft.VisualStudio.Services.WebApi.ISecuredObject
Constructors
| WebApiTagDefinition() | |
| WebApiTagDefinition(ISecuredObject) |
Properties
| Active |
Whether or not the tag definition is active. |
| Id |
ID of the tag definition. |
| Name |
The name of the tag definition. |
| Url |
Resource URL for the Tag Definition. |
Methods
| SetSecuredObject(ISecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | |
| ISecuredObject.NamespaceId | |
| ISecuredObject.RequiredPermissions |