Share via


IVstaProjectClientInternal.HostIdentifier Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
ReadOnly Property HostIdentifier As String
'Usage
Dim instance As IVstaProjectClientInternal 
Dim value As String 

value = instance.HostIdentifier
string HostIdentifier { get; }
property String^ HostIdentifier {
    String^ get ();
}
function get HostIdentifier () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IVstaProjectClientInternal Interface

IVstaProjectClientInternal Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal Namespace