Edit

Share via


WebApiTagDefinition Class

Definition

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

Applies to