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
System_CAPS_pubproperty AlertCounts

Gets the health alert status of the device.

System_CAPS_pubproperty BackupStatus

Gets the backup status of the device.

System_CAPS_pubproperty Description

Gets the description of the device.

System_CAPS_pubproperty DeviceId

Gets the identifier of the device.

System_CAPS_pubproperty DeviceName

Gets the name of the device.

System_CAPS_pubproperty DeviceType

Gets the type of the device.

System_CAPS_pubproperty DomainJoinStatus

Gets and sets the domain join status.

System_CAPS_pubproperty IdentityStatus

Gets the identity status of the device.

System_CAPS_pubproperty LastOnlineStatusTimestamp

Gets the timestamp of the last reported online status.

System_CAPS_pubproperty Online

Gets the online or offline status of the device.

System_CAPS_pubproperty OperatingSystem

Gets the name of the operating system of the device.

System_CAPS_pubproperty Owner

Gets the owner.

System_CAPS_pubproperty RDPStatus

Gets the RDP status of the device.

System_CAPS_pubproperty SecurityAntiSpyware

Gets the security anti-spyware.

System_CAPS_pubproperty SecurityAntiVirus

Gets the anti-virus information for the device.

System_CAPS_pubproperty SecurityCenterStatus

Gets the security center status.

System_CAPS_pubproperty SecurityFirewall

Gets the security firewall.

System_CAPS_pubproperty SecurityUpdate

Gets the security update.

System_CAPS_pubproperty SecurityUpdateDetail

Gets the security update detail.

System_CAPS_pubproperty WindowsDefender

Gets the Windows Defender.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent 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