SPMonitoredScope.ParentScopeId 属性

当前作用域的的父作用域的 id。如果没有父,这将返回-1

命名空间:  Microsoft.SharePoint.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property ParentScopeId As Long
    Get
    Set
用法
Dim instance As SPMonitoredScope
Dim value As Long

value = instance.ParentScopeId

instance.ParentScopeId = value
public long ParentScopeId { get; set; }

属性值

类型:System.Int64

另请参阅

引用

SPMonitoredScope 类

SPMonitoredScope 成员

Microsoft.SharePoint.Utilities 命名空间