Size Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Size Property
Gets the size of the column.
Declaration Syntax
C# Visual Basic Visual C++ F#
public int Size { get; }
Public ReadOnly Property Size As Integer
	Get
public:
property int Size {
	int get ();
}
member Size : int with get
Property Value
Int32
The size of integer columns this is either 2 or 4. For string columns this is the maximum recommended length of the string, or 0 for unlimited length. For stream columns, 0 is returned.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)