EventHandlersDataSet.EventHandlersDataTable.DescriptionColumn property
Defines the column for the Description field.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property DescriptionColumn As DataColumn
Get
'Usage
Dim instance As EventHandlersDataSet.EventHandlersDataTable
Dim value As DataColumn
value = instance.DescriptionColumn
public DataColumn DescriptionColumn { get; }
Property value
Type: System.Data.DataColumn
A DataColumn object for a description field.
See also
Reference
EventHandlersDataSet.EventHandlersDataTable class