TelemetryScopeSettings.Correlations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets correlations for both start and end events in TelemetryScope.
public:
property cli::array <Microsoft::VisualStudio::Telemetry::TelemetryEventCorrelation> ^ Correlations { cli::array <Microsoft::VisualStudio::Telemetry::TelemetryEventCorrelation> ^ get(); void set(cli::array <Microsoft::VisualStudio::Telemetry::TelemetryEventCorrelation> ^ value); };
public Microsoft.VisualStudio.Telemetry.TelemetryEventCorrelation[] Correlations { get; set; }
member this.Correlations : Microsoft.VisualStudio.Telemetry.TelemetryEventCorrelation[] with get, set
Public Property Correlations As TelemetryEventCorrelation()