ClientCallableSettings.EnableStackTrace - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property EnableStackTrace As Boolean
Get
Set
'Utilisation
Dim instance As ClientCallableSettings
Dim value As Boolean
value = instance.EnableStackTrace
instance.EnableStackTrace = value
public bool EnableStackTrace { get; set; }
Valeur de propriété
Type : System.Boolean