AccountPickerOptions::HostId Property

Visual Studio 2015
 

Gets a unique identifier for this host, usually the package GUID, that will be used when reporting telemetry

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

public:
property String^ HostId {
	[CompilerGeneratedAttribute]
	String^ get();
	[CompilerGeneratedAttribute]
	private: void set(String^ value);
}

Property Value

Type: System::String^

A unique identifier for this host.

Return to top
Show: