SPMonitoredScope.ParentScopeId property
A identificação de escopo pai para o escopo atual. Se não houver nenhum pai, ele retornará -1
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property ParentScopeId As Long
Get
Set
'Uso
Dim instance As SPMonitoredScope
Dim value As Long
value = instance.ParentScopeId
instance.ParentScopeId = value
public long ParentScopeId { get; set; }
Property value
Type: System.Int64