Share via


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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SqlQueryData Class

SqlQueryData Members

Microsoft.SharePoint.Utilities Namespace