| PropertySpecificationValueList Property  | 
 
            Gets or sets the values list to use for properties which have to have their value picked from a pre-fabricated list. 
            To use a ValueList, specify a string-typed property and use the PropertySpecificationValuesListTypeConverter as type converter.
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntaxpublic List<string> ValueList { get; set; }Public Property ValueList As List(Of String)
	Get
	Set
Property Value
Type: 
ListString
See Also