SPUsageDefinition.TableColumnsMaxSize property
This property returns the maximum length of usage definition column. It is typically used when instantiating an SPColumnDefinition object representing a string column.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property TableColumnsMaxSize As Integer
Get
'Usage
Dim value As Integer
value = SPUsageDefinition.TableColumnsMaxSize
public static int TableColumnsMaxSize { get; }
Property value
Type: System.Int32