SPClientCallableSettings.StackTraceEnabledUsers property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property StackTraceEnabledUsers As IList(Of String)
Get
'Usage
Dim instance As SPClientCallableSettings
Dim value As IList(Of String)
value = instance.StackTraceEnabledUsers
public IList<string> StackTraceEnabledUsers { get; }
Property value
Type: System.Collections.Generic.IList<String>
See also
Reference
SPClientCallableSettings class