ClientCallableSettings.EnableStackTrace propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Property EnableStackTrace As Boolean
Get
Set
'Uso
Dim instance As ClientCallableSettings
Dim value As Boolean
value = instance.EnableStackTrace
instance.EnableStackTrace = value
public bool EnableStackTrace { get; set; }
Valor de propriedade
Tipo: System.Boolean