Share via


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.String

    The 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.

See also

Reference

PropertyCollection class

PropertyCollection members

Microsoft.SharePoint.BusinessData.Administration namespace