SPMonitoredScope.Children property
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Children As IEnumerable(Of SPMonitoredScope)
Get
'用途
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>