On this pageInlineList.AddOptionDeclaration#public void AddOption(string value)CopyParameters#NameDescriptionvalueValue to add to list.Description#Adds a new option to the end of the list.Usage#ExamplesampleObject.AddOption("Hello World");Copy