DeviceObjectInstance.ObjectType Property (Microsoft.DirectX.DirectInput)

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 GuidLeave Site
C# public GuidLeave Site ObjectType { get; set; }
C++ public:
property GuidLeave Site ObjectType {
        GuidLeave Site get();
        void set(GuidLeave Site value);
}
JScript public function get ObjectType() : GuidLeave Site
public function set ObjectType(GuidLeave Site);

Property Value

System.Guid

This property is read/write.