Edit

Share via


VariableGroup Class

Definition

Represents a variable group.

[System.Runtime.Serialization.DataContract]
public class VariableGroup : Microsoft.TeamFoundation.Build.WebApi.VariableGroupReference
type VariableGroup = class
    inherit VariableGroupReference
Public Class VariableGroup
Inherits VariableGroupReference
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
VariableGroup
Attributes

Constructors

VariableGroup()

Properties

Alias

The Name of the variable group.

(Inherited from VariableGroupReference)
Description

The description.

Id

The ID of the variable group.

(Inherited from VariableGroupReference)
Name

The name of the variable group.

Type

The type of the variable group.

Variables

The variables in this group.

Applies to