Field.Alias Property

Gets or sets the display name of the column.

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

Public Property Alias As String
    Get
    Set

Dim instance As Field
Dim value As String

value = instance.Alias

instance.Alias = value
public string Alias { get; set; }

Property Value

Type: System.String
A string that contains the display name of the column.

See Also

Reference

Field Class

Field Members

Microsoft.SharePoint.Dsp Namespace