DeviceObjectInstance.ObjectType Property

Language:

Unique identifier that indicates the object type. This member is optional. If present, it can be one of the following values:

Definition

Visual Basic Public Property ObjectType As Guid
C# public Guid ObjectType { get; set; }
C++ public:
property Guid ObjectType {
        Guid get();
        void set(Guid value);
}
JScript public function get ObjectType() : Guid
public function set ObjectType(Guid);

Property Value

System.Guid

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