TelemetryContext.ContextName 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 ContextName which serves as convenient way to differ between properties from different contexts. ContextName added to the prefix of the shared properties.
public:
property System::String ^ ContextName { System::String ^ get(); };
public string ContextName { get; }
member this.ContextName : string
Public ReadOnly Property ContextName As String