Size Property

Microsoft Deployment Tools

Deployment Tools Foundation Size Property
Gets the size of the column.
Declaration Syntax
C# Visual Basic Visual C++
public int Size { get; }
Public ReadOnly Property Size As Integer
public:
property int Size {
	int get ();
}
Value
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) Version: 3.0.0.0 (3.5.1623.0)