Click or drag to resize
RequestLogsItem Property (Int32)
Gets or sets the enabled status for particular debug

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public RequestLog this[
	int key
] { get; set; }

Parameters

key
Type: SystemInt32
Debug key

Property Value

Type: RequestLog
See Also