SPMonitoredScope.Children property

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Children As IEnumerable(Of SPMonitoredScope)
    Get
'Usage
Dim instance As SPMonitoredScope
Dim value As IEnumerable(Of SPMonitoredScope)

value = instance.Children
public IEnumerable<SPMonitoredScope> Children { get; }

Property value

Type: System.Collections.Generic.IEnumerable<SPMonitoredScope>

See also

Reference

SPMonitoredScope class

SPMonitoredScope members

Microsoft.SharePoint.Utilities namespace