Device.ThisModel Class

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

Stores model specific information about a device.

Inheritance Hierarchy

System. . :: . .Object
  Dpws.Device..::..Device..::..ThisModel

Namespace:  Dpws.Device
Assembly:  MFDpwsDevice (in MFDpwsDevice.dll)

Syntax

'Declaration
Public NotInheritable Class ThisModel
public static class ThisModel
public ref class ThisModel abstract sealed
[<AbstractClass>]
[<Sealed>]
type ThisModel =  class end
public final class ThisModel

The Device..::..ThisModel type exposes the following members.

Fields

  Name Description
Public fieldStatic member Any The node list.
Public fieldStatic member Manufacturer Name of the manufacturer of this device.
Public fieldStatic member ManufacturerUrl URL to a Web site belonging to the manufacturer of this device.
Public fieldStatic member ModelName User-friendly name for this model of device.
Public fieldStatic member ModelNumber Model number for this model of device.
Public fieldStatic member ModelUrl URL to a Web site for this model of device.
Public fieldStatic member PresentationUrl URL to an HTML page for this device.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Dpws.Device Namespace