InfoBarHostControl.HostWindowIdentifier 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.
Identifies the window that the infobar is hosted in. This is used only for telemetry purposes.
public:
property System::String ^ HostWindowIdentifier { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ HostWindowIdentifier { Platform::String ^ get(); void set(Platform::String ^ value); };
public string HostWindowIdentifier { get; set; }
member this.HostWindowIdentifier : string with get, set
Public Property HostWindowIdentifier As String