SPClientCallableSettings.EnableStackTrace property

Gets or sets a Boolean value that specifies whether the server can send stack trace data to the client.

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

Syntax

'Declaration
Public Property EnableStackTrace As Boolean
    Get
    Set
'Usage
Dim instance As SPClientCallableSettings
Dim value As Boolean

value = instance.EnableStackTrace

instance.EnableStackTrace = value
public bool EnableStackTrace { get; set; }

Property value

Type: System.Boolean
true if the server can send stack trace data to the client; otherwise, false.

See also

Reference

SPClientCallableSettings class

SPClientCallableSettings members

Microsoft.SharePoint.Administration namespace