Share via


SPMonitoredScopeData.Children property

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

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property Children As List(Of SPMonitoredScopeData)
    Get
    Set
'Usage
Dim instance As SPMonitoredScopeData
Dim value As List(Of SPMonitoredScopeData)

value = instance.Children

instance.Children = value
[DataMemberAttribute(IsRequired = false)]
public List<SPMonitoredScopeData> Children { get; set; }

Property value

Type: System.Collections.Generic.List<SPMonitoredScopeData>

See also

Reference

SPMonitoredScopeData class

SPMonitoredScopeData members

Microsoft.SharePoint.Diagnostics namespace