SPMonitoredScope.Children Property
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.InterfaceType)> _
Public ReadOnly Property Children As IEnumerable(Of SPMonitoredScope)
Get
'Usage
Dim instance As SPMonitoredScope
Dim value As IEnumerable(Of SPMonitoredScope)
value = instance.Children
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.InterfaceType)]
public IEnumerable<SPMonitoredScope> Children { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<SPMonitoredScope>