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 Get
public: property int Size { int 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.
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.9.1006.0)