ResourceAuthorizationDataSet.GroupMembershipsDataTable.GetEnumerator Method

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

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

Syntax

'Declaration
Public Overridable Function GetEnumerator As IEnumerator
'Usage
Dim instance As ResourceAuthorizationDataSet.GroupMembershipsDataTable
Dim returnValue As IEnumerator

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

Return Value

Type: System.Collections.IEnumerator

Implements

IEnumerable.GetEnumerator()

See Also

Reference

ResourceAuthorizationDataSet.GroupMembershipsDataTable Class

ResourceAuthorizationDataSet.GroupMembershipsDataTable Members

Resource Web Service