Field.Name Property
NOTE: This API is now obsolete.
Gets or sets the name of the column.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property Name As String
Get
Set
'Usage
Dim instance As Field
Dim value As String
value = instance.Name
instance.Name = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public string Name { get; set; }
Property Value
Type: System.String
A string that contains the name of the column.