DataItem.DataSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.