Freigeben über


FakeLogRecord.Scopes Property

Definition

Overloads

Scopes

Gets the logging scopes active when the log record was created.

Scopes

Source:
FakeLogRecord.cs
Source:
FakeLogRecord.cs
Source:
FakeLogRecord.cs

Gets the logging scopes active when the log record was created.

public:
 property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ Scopes { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<object?> Scopes { get; }
member this.Scopes : System.Collections.Generic.IReadOnlyList<obj>
Public ReadOnly Property Scopes As IReadOnlyList(Of Object)

Property Value

Applies to