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

Syntax

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

See Also