SPColumnDefinition.ToString Method
Returns a string representation of the column name and type name.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPColumnDefinition
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
Returns a String representation of column name and the internal type name.