Property EnableClientLogs
EnableClientLogs
A flag indicating whether to enable client logs or not.
Declaration
public bool? EnableClientLogs { get; set; }
            Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | Specifies a boolean value, either true or false.  |