Share via


PropertyCollection.GetEnumerator Method

Gets an enumeration of properties in this collection.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of Property)
'Usage
Dim instance As PropertyCollection
Dim returnValue As IEnumerator(Of Property)

returnValue = instance.GetEnumerator()
public IEnumerator<Property> GetEnumerator()

Return Value

Type: System.Collections.Generic.IEnumerator<Property>

An enumeration of properties in this collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

PropertyCollection Class

PropertyCollection Members

GetEnumerator Overload

Microsoft.SharePoint.BusinessData.Administration Namespace