다음을 통해 공유


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.

See Also

Reference

SPColumnDefinition Structure

SPColumnDefinition Members

Microsoft.SharePoint.Administration Namespace