Share via


VsDebugTargetInfo.bstrRemoteMachine Field

BSTR containing the remote machine name. Set to nulla null reference (Nothing in Visual Basic) for local machines.

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

Syntax

'Declaration
Public bstrRemoteMachine As String
'Usage
Dim instance As VsDebugTargetInfo 
Dim value As String 

value = instance.bstrRemoteMachine 

instance.bstrRemoteMachine = value
public string bstrRemoteMachine
public:
String^ bstrRemoteMachine
public var bstrRemoteMachine : String

Remarks

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

VsDebugTargetInfo Structure

VsDebugTargetInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace