Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.RecipientTypeColumn property

Defines the column for the RecipientType field.

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

Syntax

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

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

Property value

Type: System.Data.DataColumn

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members

WebSvcNotifications namespace