Edit

Share via


BuildOptionGroupDefinition Class

Definition

Represents a group of inputs for a build option.

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

Constructors

BuildOptionGroupDefinition()

Properties

DisplayName

The name of the group to display in the UI.

IsExpanded

Indicates whether the group is initially displayed as expanded in the UI.

Name

The internal name of the group.

Applies to