Field Class

The Field class represents a single column in a query.

System.Object

   Microsoft.SharePoint.Dsp.Field

Public Constructors

The following table shows the constructors of the Field class and a brief description of each.

Name Description
Field() Initializes a new instance of the Field class.
Field(String, String) Initializes a new instance of the Field class based on the specified column name and column display name.

Public Properties

The following table shows the properties of the Field class, the data type of each property, and a brief description of each.

Name Data type Description
Alias String Gets or sets the display name of the column.
Name String Gets or sets the name of the column.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Requirements

Namespace: Microsoft.SharePoint.Dsp

Platforms: Microsoft Windows Server 2003

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

Security: Code Access Security