ReportDeviceParameters Class

 

Represents a data structure that is used to report information about a device.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Common.Devices.ReportDeviceParameters

Syntax

[DataContractAttribute]
public class ReportDeviceParameters
[DataContractAttribute]
public ref class ReportDeviceParameters 
<DataContractAttribute>
Public Class ReportDeviceParameters

Constructors

Name Description
System_CAPS_pubmethod ReportDeviceParameters(String, String, DeviceIdentityStatus, String)

Initializes a new instance of the ReportDeviceParameters class.

Properties

Name Description
System_CAPS_pubproperty AdditionalInformation

Gets the additional identity information.

System_CAPS_pubproperty DeviceId

Gets the identifier of the device.

System_CAPS_pubproperty DeviceName

Gets the name of the device.

System_CAPS_pubproperty IdentityStatus

Gets the identity status of the device.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Returns a string that represents the current object.(Overrides Object.ToString().)

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

Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top