DevicePropertyFactory Class
Represents a factory that is used to create device properties.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Common.Devices.DevicePropertyFactory
Syntax
public static class DevicePropertyFactory
public ref class DevicePropertyFactory abstract sealed
Public NotInheritable Class DevicePropertyFactory
Methods
Name | Description | |
---|---|---|
CreateAlertsProperty(Int32, Int32, Int32) | Create an AlertsProperty object that contains information about the number and levels of alerts that have been reported. |
|
CreateBackupStatusProperty(BackupStatus, Boolean, TimeSpan) | Create an BackupStatusProperty object that contains information about the status of backups. |
|
CreateBackupStatusProperty(BackupStatus, Boolean, TimeSpan, DateTime) | Create an BackupStatusProperty object that contains information about the status of backups. |
|
CreateBackupStatusProperty(Int32, Boolean, TimeSpan) | Create an BackupStatusProperty object that contains information about the status of backups and provides a progress indicator. |
|
CreateBackupStatusProperty(Int32, Boolean, TimeSpan, DateTime) | Create an BackupStatusProperty object that contains information about the status of backups and provides a progress indicator. |
|
CreateDomainJoinStatusProperty(DomainJoinStatus, String) | Creates a DomainJoinStatusProperty, using the specified status and domain name. |
|
CreateOnlineStatusProperty(OnlineStatus) | Create an OnlineStatusProperty object that contains information about the online status of a device. |
|
CreateOperatingSystemProperty(String, Int32, SystemType) | Create an OperatingSystemProperty object that contains information about the operating system of a device. |
|
CreateOperatingSystemProperty(String, Int32, SystemType, Guid) | Create an OperatingSystemProperty object that contains information about the operating system of a device, including the OS family. |
|
CreateOperatingSystemProperty(String, Int32, SystemType, OSSkuType) | Create an OperatingSystemProperty object that contains information about the operating system of a device. |
|
CreateOperatingSystemProperty(String, Int32, SystemType, OSSkuType, Guid) | Create an OperatingSystemProperty object that contains information about the operating system of a device, including the SKU type and OS family. |
|
CreateOperatingSystemProperty(String, Version, Int32, SystemType) | Create an OperatingSystemProperty object that contains information about the operating system of a device, including the OS version. |
|
CreateOperatingSystemProperty(String, Version, Int32, SystemType, Guid) | Create an OperatingSystemProperty object that contains information about the operating system of a device, including the OS version and family. |
|
CreateOperatingSystemProperty(String, Version, Int32, SystemType, OSSkuType) | Create an OperatingSystemProperty object that contains information about the operating system of a device. |
|
CreateOperatingSystemProperty(String, Version, Int32, SystemType, OSSkuType, Guid) | Create an OperatingSystemProperty object that contains information about the operating system of a device, including the OS version, SKU type, and OS family. |
|
CreateRDPStatusProperty(RDPStatus, Boolean) | Create an RDPStatusProperty object that contains information about the Remote Desktop (RDP) status of a device. |
|
CreateSecurityAntiSpywareProperty(Boolean) | Create an SecurityAntiSpywareProperty object, using the specified security status. |
|
CreateSecurityAntiVirusProperty(Boolean) | Create an SecurityAntiVirusProperty object, using the specified security status. |
|
CreateSecurityCenterStatusProperty(Boolean) | Create an SecurityCenterStatusProperty object, using the specified security status. |
|
CreateSecurityFirewallProperty(Boolean) | Create an SecurityFirewallProperty object, using the specified security status. |
|
CreateSecurityUpdateDetailProperty(Boolean, Int32) | Create an SecurityUpdateDetailProperty object, using the specified last error/success and availabue update count. |
|
CreateSecurityUpdateProperty(Boolean) | Create an SecurityUpdateProperty object, using the specified security status. |
|
CreateStringProperty(DevicePropertyName, String) | Create an StringProperty object that provides property information in a string format. |
|
CreateWindowsDefenderProperty(WindowsDefenderFeatureStatus) | Create an WindowsDefenderProperty object, using the specified security status. |
|
GetKnownPropertyTypes(ICustomAttributeProvider) | Returns a list of known property types. |
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