Skip to content

58753661 1285 0c53 bfdc b40f0d71b79d

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseDataFieldModel.CanSetData Property

Additional header content

When overridden in a derived class, gets a value indicating whether the current data field supports data.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

protected virtual bool CanSetData { get; }

VB

Protected Overridable ReadOnly Property CanSetData As Boolean
	Get

Property Value

Type: Boolean
true if the data field supports data; otherwise, false.

Remarks

[Missing documentation for "P:iTin.Export.Model.BaseDataFieldModel.CanSetData"]

See Also

Reference

BaseDataFieldModel Class
iTin.Export.Model Namespace

Clone this wiki locally