DeviceInfo Class
Represents information about a device on the network.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Common.Devices.DeviceInfo
Syntax
public sealed class DeviceInfo : INotifyPropertyChanged
public ref class DeviceInfo sealed : INotifyPropertyChanged
Public NotInheritable Class DeviceInfo
Implements INotifyPropertyChanged
Properties
Name | Description | |
---|---|---|
![]() |
AlertCounts | Gets the health alert status of the device. |
![]() |
BackupStatus | Gets the backup status of the device. |
![]() |
Description | Gets the description of the device. |
![]() |
DeviceId | Gets the identifier of the device. |
![]() |
DeviceName | Gets the name of the device. |
![]() |
DeviceType | Gets the type of the device. |
![]() |
DomainJoinStatus | Gets and sets the domain join status. |
![]() |
IdentityStatus | Gets the identity status of the device. |
![]() |
LastOnlineStatusTimestamp | Gets the timestamp of the last reported online status. |
![]() |
Online | Gets the online or offline status of the device. |
![]() |
OperatingSystem | Gets the name of the operating system of the device. |
![]() |
Owner | Gets the owner. |
![]() |
RDPStatus | Gets the RDP status of the device. |
![]() |
SecurityAntiSpyware | Gets the security anti-spyware. |
![]() |
SecurityAntiVirus | Gets the anti-virus information for the device. |
![]() |
SecurityCenterStatus | Gets the security center status. |
![]() |
SecurityFirewall | Gets the security firewall. |
![]() |
SecurityUpdate | Gets the security update. |
![]() |
SecurityUpdateDetail | Gets the security update detail. |
![]() |
WindowsDefender | Gets the Windows Defender. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | Represents an event that is raised when any of the properties are changed. |
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