SPSiteSubscriptionPropertyCollection.IEnumerable<KeyValuePair<String, Object>>.GetEnumerator method
Returns a strongly typed enumerator for the property collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object))
Implements IEnumerable(Of KeyValuePair(Of String, Object)).GetEnumerator
'Usage
Dim instance As SPSiteSubscriptionPropertyCollection
Dim returnValue As IEnumerator(Of KeyValuePair(Of String, Object))
returnValue = CType(instance, IEnumerable(Of KeyValuePair(Of String, Object))).GetEnumerator()
IEnumerator<KeyValuePair<string, Object>> IEnumerable<KeyValuePair<string, Object>>.GetEnumerator()
Return value
Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, Object>>
An enumerator that iterates through the property collection.
Implements
IEnumerable<T>.GetEnumerator()
See also
Reference
SPSiteSubscriptionPropertyCollection class