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.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the marker series associated with this writer.
Namespace: Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly: Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
'Declaration
Public Property DefaultSeries As MarkerSeries
public MarkerSeries DefaultSeries { get; private set; }
public:
property MarkerSeries^ DefaultSeries {
MarkerSeries^ get ();
private: void set (MarkerSeries^ value);
}
member DefaultSeries : MarkerSeries with get, private set
function get DefaultSeries () : MarkerSeries
private function set DefaultSeries (value : MarkerSeries)
Property Value
Type: Microsoft.ConcurrencyVisualizer.Instrumentation.MarkerSeries
Returns MarkerSeries.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.