DeviceObjectInstance.Name Property

Language:

Name of the object, for example, 'X-Axis' or 'Right Shift.'

Definition

Visual Basic Public Property Name As String
C# public string Name { get; set; }
C++ public:
property String^ Name {
        String^ get();
        void set(Stringvalue);
}
JScript public function get Name() : String
public function set Name(String);

Property Value

System.String

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center