Edit

Share via


VariableGroup Class

Definition

A variable group is a collection of related variables.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.TeamFoundation.DistributedTask.WebApi.VariableGroupJsonConverter))]
[System.Runtime.Serialization.DataContract]
public class VariableGroup
type VariableGroup = class
Public Class VariableGroup
Inheritance
VariableGroup
Attributes
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute

Constructors

VariableGroup()

Properties

CreatedBy

Gets or sets the identity who created the variable group.

CreatedOn

Gets or sets the time when variable group was created.

Description

Gets or sets description of the variable group.

Id

Gets or sets id of the variable group.

IsShared

Indicates whether variable group is shared with other projects or not.

ModifiedBy

Gets or sets the identity who modified the variable group.

ModifiedOn

Gets or sets the time when variable group was modified

Name

Gets or sets name of the variable group.

ProviderData

Gets or sets provider data.

Type

Gets or sets type of the variable group.

Variables

Methods

Clone()

Extension Methods

PopulateVariablesAndProviderData(VariableGroup, String, String)

Applies to