Edit

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

Name Description
WebApiTagDefinition()
WebApiTagDefinition(ISecuredObject)

Properties

Name Description
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

Name Description
SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

Name Description
ISecuredObject.GetToken()
ISecuredObject.NamespaceId
ISecuredObject.RequiredPermissions

Applies to