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.2.0.0 (1.2.16.0406)
Syntax public List<string> ValueList { get; set; }
Public Property ValueList As List(Of String)
Get
Set
Property Value
Type:
ListStringSee Also