Share via


PortSupplierProvider.PortSupplierName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the name of the port supplier.

Namespace:  Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
Public ReadOnly Property PortSupplierName As String
public string PortSupplierName { get; }
public:
property String^ PortSupplierName {
    String^ get ();
}
member PortSupplierName : string with get
function get PortSupplierName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PortSupplierProvider Structure

Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension Namespace