SPMonitoredScope.Children property
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property Children As IEnumerable(Of SPMonitoredScope)
Get
'Uso
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>