Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.ReminderNameColumn property

Defines the column for the ReminderName field.

Namespace:  WebSvcNotifications
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public ReadOnly Property ReminderNameColumn As DataColumn
    Get
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim value As DataColumn

value = instance.ReminderNameColumn
public DataColumn ReminderNameColumn { get; }

Property value

Type: System.Data.DataColumn

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members

WebSvcNotifications namespace