Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(DataSourceViewSchemaConverter))]
[DefaultValueAttribute("")]
public string SelectedImageUrlField { get; set; }
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(DataSourceViewSchemaConverter))> _
<DefaultValueAttribute("")> _
Public Property SelectedImageUrlField As String

See Also