Field.Alias Property
NOTE: This API is now obsolete.
Gets or sets the display 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 Alias As String
Get
Set
'Usage
Dim instance As Field
Dim value As String
value = instance.Alias
instance.Alias = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public string Alias { get; set; }
Property Value
Type: System.String
A string that contains the display name of the column.