United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Office and SharePoint development
SharePoint general development
SharePoint 2013
Reference
.NET server API reference
Core class library
Microsoft.SharePoint
SPField class
SPField methods
AnnotateField method
Delete method
GetCustomProperty method
GetFieldValue method
GetFieldValueAsHtml method
GetFieldValueAsText method
GetFieldValueForClientRender method
GetFieldValueForEdit method
GetJsonClientFormFieldSchema method
GetProperty method
GetValidatedString method
HasValue method
ListsFieldUsedIn method
OnAdded method
OnAddingToContentType method
OnDeleting method
OnDeletingFromContentType method
OnInitFieldNode method
OnUpdated method
ParseAndSetValue method
ParseValue method
RenderFieldValueAsJson method
RevertCustomizations method
SetCustomProperty method
ToString method
Update method
ValidateAndParseValue method
ValidateParseAndSetValue method
This topic has not yet been rated
-
Rate this topic
SPField
.
ToString method
SharePoint 2013
Other Versions
SharePoint 2010
Windows SharePoint Services 3
Returns the title of the field.
Namespace:
Microsoft.SharePoint
Assembly:
Microsoft.SharePoint
(in Microsoft.SharePoint.dll)
Syntax
C#
VB
Copy
public
override
string
ToString()
Return value
Type:
System.String
A string that contains the title.
See also
Reference
SPField class
SPField members
Microsoft.SharePoint namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD