Share via


Field.Alias Property

Gets or sets the display name of the column.

Namespace:  [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx

Syntax

'Declaration
Public Property Alias As String
    Get
    Set
'Usage
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

DspSts Web Service