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 | |
---|---|---|
ReportDeviceParameters(String, String, DeviceIdentityStatus, String) | Initializes a new instance of the ReportDeviceParameters class. |
Properties
Name | Description | |
---|---|---|
AdditionalInformation | Gets the additional identity information. |
|
DeviceId | Gets the identifier of the device. |
|
DeviceName | Gets the name of the device. |
|
IdentityStatus | Gets the identity status of the device. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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