Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 361 Bytes

yarn.optionset.option.id.md

File metadata and controls

21 lines (10 loc) · 361 Bytes

Option.ID

Property in Option

Summary

Gets the identifying number for this option.

public int ID { get; private set; }

Remarks

When the user selects this option, this value should be used as the parameter for SetSelectedOption(int) .