DeviceInfo Class

 

Represents information about a device on the network.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

System::Object
  Microsoft.WindowsServerSolutions.Common.Devices::DeviceInfo

public ref class DeviceInfo sealed : INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyAlertCounts

Gets the health alert status of the device.

System_CAPS_pubpropertyBackupStatus

Gets the backup status of the device.

System_CAPS_pubpropertyDescription

Gets the description of the device.

System_CAPS_pubpropertyDeviceId

Gets the identifier of the device.

System_CAPS_pubpropertyDeviceName

Gets the name of the device.

System_CAPS_pubpropertyDeviceType

Gets the type of the device.

System_CAPS_pubpropertyDomainJoinStatus

Gets and sets the domain join status.

System_CAPS_pubpropertyIdentityStatus

Gets the identity status of the device.

System_CAPS_pubpropertyLastOnlineStatusTimestamp

Gets the timestamp of the last reported online status.

System_CAPS_pubpropertyOnline

Gets the online or offline status of the device.

System_CAPS_pubpropertyOperatingSystem

Gets the name of the operating system of the device.

System_CAPS_pubpropertyOwner

Gets the owner.

System_CAPS_pubpropertyRDPStatus

Gets the RDP status of the device.

System_CAPS_pubpropertySecurityAntiSpyware

Gets the security anti-spyware.

System_CAPS_pubpropertySecurityAntiVirus

Gets the anti-virus information for the device.

System_CAPS_pubpropertySecurityCenterStatus

Gets the security center status.

System_CAPS_pubpropertySecurityFirewall

Gets the security firewall.

System_CAPS_pubpropertySecurityUpdate

Gets the security update.

System_CAPS_pubpropertySecurityUpdateDetail

Gets the security update detail.

System_CAPS_pubpropertyWindowsDefender

Gets the Windows Defender.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

Represents an event that is raised when any of the properties are changed.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: