Share via


ContentIterator.GetMonitoredScopeName method

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Protected Function GetMonitoredScopeName ( _
    strScope As String, _
    strName As String _
) As String
'Usage
Dim strScope As String
Dim strName As String
Dim returnValue As String

returnValue = Me.GetMonitoredScopeName(strScope, _
    strName)
protected string GetMonitoredScopeName(
    string strScope,
    string strName
)

Parameters

Return value

Type: System.String

See also

Reference

ContentIterator class

ContentIterator members

Microsoft.Office.Server.Utilities namespace