Gets or sets a style, indicating how the Logger will display the extended information.
Namespace: Dapfor.Net.DiagnosticsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public InspectingStyle InspectingStyle { get; set; } |
| Visual Basic |
|---|
Public Property InspectingStyle As InspectingStyle
Get
Set |
| Visual C++ |
|---|
public:
property InspectingStyle InspectingStyle {
InspectingStyle get ();
void set (InspectingStyle value);
} |
| F# |
|---|
member InspectingStyle : InspectingStyle with get, set
|
Property Value
Type:
InspectingStyleThe inspecting style.
See Also