IVsConnectedServiceInstanceReference::ProviderIdentity Property

 

Gets the provider identity.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[DispIdAttribute(1610743808)]
property String^ ProviderIdentity {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The provider identity.

Return to top
Show: