[]
Gets or sets supported items of the field.
[TypeConverter(typeof(CustomStringArrayConverter))]
public string[] Items { get; set; }
<TypeConverter(GetType(CustomStringArrayConverter))>
Public Property Items As String()
| Type | Description |
|---|---|
| string[] | A string array value indicates the items. |
The property retrieves the collection about the string item.