DataItem.DataSize Property

Definition

Gets or sets the size for current DataItem.

public int DataSize { get; set; }
member this.DataSize : int with get, set
Public Property DataSize As Integer

Property Value

An integer value with the size of current DataItem.

Remarks

DataSize applies only to types WChar and Binary.

Applies to