ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.FrequencyPeriodColumn Property
Defines the column for the FrequencyPeriod 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 FrequencyPeriodColumn As DataColumn
Get
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim value As DataColumn
value = instance.FrequencyPeriodColumn
public DataColumn FrequencyPeriodColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Class
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Members