MarkerSeries.Writer Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns the MarkerWriter (provider) for this marker series.

Namespace:  Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly:  Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)

Syntax

'Declaration
Public Property Writer As MarkerWriter
public MarkerWriter Writer { get; private set; }
public:
property MarkerWriter^ Writer {
    MarkerWriter^ get ();
    private: void set (MarkerWriter^ value);
}
member Writer : MarkerWriter with get, private set
function get Writer () : MarkerWriter 
private function set Writer (value : MarkerWriter)

Property Value

Type: Microsoft.ConcurrencyVisualizer.Instrumentation.MarkerWriter
Returns MarkerWriter.

.NET Framework Security

See Also

Reference

MarkerSeries Class

Microsoft.ConcurrencyVisualizer.Instrumentation Namespace