SPMonitoredScope.ParentScopeId property
目前的範圍將父範圍識別碼。如果沒有父代,這會傳回-1
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Int64