Table of Contents

Class GroupOption

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

The group option.

public class GroupOption
Inheritance
GroupOption
Inherited Members

Properties

IsSelected

Gets or sets a value indicating whether it gets or sets isSelected.

[DataMember(Name = "isSelected", EmitDefaultValue = false)]
public bool IsSelected { get; set; }

Property Value

bool

Label

Gets or sets the label.

[DataMember(Name = "label", EmitDefaultValue = false)]
public string Label { get; set; }

Property Value

string