SPServiceCallUsageEntry.ParentID property
The unique id of the parent service call if this is a service-to-service call.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ParentID As String
Get
Set
'Usage
Dim instance As SPServiceCallUsageEntry
Dim value As String
value = instance.ParentID
instance.ParentID = value
public string ParentID { get; set; }
Property value
Type: System.String