Property EnableLogs
EnableLogs
Gets/Sets EnableLogs property. If set to true, NCache logs will be enabled.
Declaration
public bool? EnableLogs { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | Boolean value representing status of EnableLogs property. If true is returned, the NCache logs will be enabled. |