Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the MarkerWriter (provider) for this marker series.
Namespace: Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly: Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
public MarkerWriter Writer { get; private set; }
public:
property MarkerWriter^ Writer {
MarkerWriter^ get();
private: void set(MarkerWriter^ value);
}
member Writer : MarkerWriter with get, private set
Public Property Writer As MarkerWriter
Get
Private Set
End Property
Property Value
Type: Microsoft.ConcurrencyVisualizer.Instrumentation.MarkerWriter
Returns MarkerWriter.
See Also
MarkerSeries Class
Microsoft.ConcurrencyVisualizer.Instrumentation Namespace
Return to top