PropertyCollection.GetMergedEnumerator Method
Gets an enumeration of properties in this collection by using a setting identifier.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetMergedEnumerator ( _
settingId As String _
) As IEnumerator(Of Property)
'Usage
Dim instance As PropertyCollection
Dim settingId As String
Dim returnValue As IEnumerator(Of Property)
returnValue = instance.GetMergedEnumerator(settingId)
public IEnumerator<Property> GetMergedEnumerator(
string settingId
)
Parameters
settingId
Type: System.StringThe identifier of a partition in the Metadata Store to read properties from; a null reference (Nothing in Visual Basic) indicates default settings.
Return Value
Type: System.Collections.Generic.IEnumerator<Property>
An enumeration of properties in this collection.