SPMonitoredScopeData.Children 属性
命名空间: Microsoft.SharePoint.Diagnostics
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<DataMemberAttribute(IsRequired := False)> _
Public Property Children As List(Of SPMonitoredScopeData)
Get
Set
用法
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; }
属性值
类型:System.Collections.Generic.List<SPMonitoredScopeData>