Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.GetEnumerator method

Gets an enumerator that can be used to iterate through the rows of the ReminderSubscriptionInfoDataTable.

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

Syntax

'Declaration
Public Overridable Function GetEnumerator As IEnumerator
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
public virtual IEnumerator GetEnumerator()

Return value

Type: System.Collections.IEnumerator

Implements

IEnumerable.GetEnumerator()

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members

WebSvcNotifications namespace