Partager via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.ReminderUIDColumn Property

Defines the column for the ReminderUID 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 ReminderUIDColumn As DataColumn
    Get
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim value As DataColumn

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

Property Value

Type: System.Data.DataColumn

See Also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Members

Notifications Web Service