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 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 | |
|---|---|---|
| .jpeg) | AlertCounts | Gets the health alert status of the device. | 
| .jpeg) | BackupStatus | Gets the backup status of the device. | 
| .jpeg) | Description | Gets the description of the device. | 
| .jpeg) | DeviceId | Gets the identifier of the device. | 
| .jpeg) | DeviceName | Gets the name of the device. | 
| .jpeg) | DeviceType | Gets the type of the device. | 
| .jpeg) | DomainJoinStatus | Gets and sets the domain join status. | 
| .jpeg) | IdentityStatus | Gets the identity status of the device. | 
| .jpeg) | LastOnlineStatusTimestamp | Gets the timestamp of the last reported online status. | 
| .jpeg) | Online | Gets the online or offline status of the device. | 
| .jpeg) | OperatingSystem | Gets the name of the operating system of the device. | 
| .jpeg) | Owner | Gets the owner. | 
| .jpeg) | RDPStatus | Gets the RDP status of the device. | 
| .jpeg) | SecurityAntiSpyware | Gets the security anti-spyware. | 
| .jpeg) | SecurityAntiVirus | Gets the anti-virus information for the device. | 
| .jpeg) | SecurityCenterStatus | Gets the security center status. | 
| .jpeg) | SecurityFirewall | Gets the security firewall. | 
| .jpeg) | SecurityUpdate | Gets the security update. | 
| .jpeg) | SecurityUpdateDetail | Gets the security update detail. | 
| .jpeg) | WindowsDefender | Gets the Windows Defender. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Events
| Name | Description | |
|---|---|---|
| .jpeg) | 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