StructuredTraceSource CreateLabel Property CleanCode C# Libraries v1.2.03 API
Gets or sets the label indicating creation of a StructuredTraceSource object.

Namespace: CleanCode.Diagnostics
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static string CreateLabel { get; set; }

Field Value

The create label.
Remarks

The default is "CREATE".
See Also