TelemetrySession.GetPropertyBag(String) Method
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 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.