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

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