SqlQueryData.CallStack property
Gets or sets the front-end call stack associated with the query.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CallStack As String
Get
Set
'Usage
Dim instance As SqlQueryData
Dim value As String
value = instance.CallStack
instance.CallStack = value
public string CallStack { get; set; }
Property value
Type: System.String
A string that describes the call stack associated with the query.