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.
Gets the marker series associated with this writer.
Namespace: Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly: Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
public MarkerSeries DefaultSeries { get; private set; }
public:
property MarkerSeries^ DefaultSeries {
MarkerSeries^ get();
private: void set(MarkerSeries^ value);
}
member DefaultSeries : MarkerSeries with get, private set
Public Property DefaultSeries As MarkerSeries
Get
Private Set
End Property
Property Value
Type: Microsoft.ConcurrencyVisualizer.Instrumentation.MarkerSeries
Returns MarkerSeries.
See Also
MarkerWriter Class
Microsoft.ConcurrencyVisualizer.Instrumentation Namespace
Return to top