Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) | ReportDeviceParameters(String, String, DeviceIdentityStatus, String) | Initializes a new instance of the ReportDeviceParameters class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | AdditionalInformation | Gets the additional identity information. | 
| .jpeg) | DeviceId | Gets the identifier of the device. | 
| .jpeg) | DeviceName | Gets the name of the device. | 
| .jpeg) | IdentityStatus | Gets the identity status of the device. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | 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