Share via


SPMonitoredScopeData.ParentId property

An integer id specify the parent scope id under the same correlation id. If not specified, this will be -1 (means no parent scope).

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

Syntax

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

value = instance.ParentId

instance.ParentId = value
[DataMemberAttribute(IsRequired = false)]
public long ParentId { get; set; }

Property value

Type: System.Int64

See also

Reference

SPMonitoredScopeData class

SPMonitoredScopeData members

Microsoft.SharePoint.Diagnostics namespace