TelemetrySession.GetPropertyBag(String) Method

Definition

Gets a property bag by the given name.

public:
 Microsoft::VisualStudio::Telemetry::TelemetryPropertyBag ^ GetPropertyBag(System::String ^ name);
public Microsoft.VisualStudio.Telemetry.TelemetryPropertyBag GetPropertyBag (string name);
member this.GetPropertyBag : string -> Microsoft.VisualStudio.Telemetry.TelemetryPropertyBag
Public Function GetPropertyBag (name As String) As TelemetryPropertyBag

Parameters

name
String

Returns

null if no property bag with such name.

Applies to