DeviceProperties.PortDisplayName Property (Microsoft.DirectX.DirectInput)

Retrieves the human-readable display name of the port to which this device is connected. Not generally used by applications.

Definition

Visual Basic Public ReadOnly Property PortDisplayName As String
C# public string PortDisplayName { get; }
C++ public:
property StringLeave Site^ PortDisplayName {
        StringLeave Site^ get();
}
JScript public function get PortDisplayName() : String

Property Value

System.String

This property is read-only.