XsdTypeImporterTask.EnableDataBinding Property
Gets or sets a value indicating whether the data binding for XSD type importer task is enabled.
Namespace: Microsoft.Build.Tasks.Xsd
Assembly: XsdBuildTask (in XsdBuildTask.dll)
Syntax
'Declaration
Public Property EnableDataBinding As Boolean
public bool EnableDataBinding { get; set; }
public:
property bool EnableDataBinding {
bool get ();
void set (bool value);
}
member EnableDataBinding : bool with get, set
function get EnableDataBinding () : boolean
function set EnableDataBinding (value : boolean)
Property Value
Type: System.Boolean
True if the value indicating whether the data binding for XSD type importer task is enabled; otherwise, false.
Version Information
.NET Framework
Supported in: 4.6, 4.5