Partager via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.ReminderCategoryColumn Property

Defines the column for the ReminderCategory field.

Namespace:  [Notifications Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Notifications.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Notifications.asmx?wsdl

Syntax

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

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

Property Value

Type: System.Data.DataColumn

See Also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Members

Notifications Web Service