DevicePropertyFactory Class

 

Represents a factory that is used to create device properties.

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

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

public ref class DevicePropertyFactory abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateAlertsProperty(Int32, Int32, Int32)

Create an AlertsProperty object that contains information about the number and levels of alerts that have been reported.

System_CAPS_pubmethodSystem_CAPS_staticCreateBackupStatusProperty(BackupStatus, Boolean, TimeSpan)

Create an BackupStatusProperty object that contains information about the status of backups.

System_CAPS_pubmethodSystem_CAPS_staticCreateBackupStatusProperty(BackupStatus, Boolean, TimeSpan, DateTime)

Create an BackupStatusProperty object that contains information about the status of backups.

System_CAPS_pubmethodSystem_CAPS_staticCreateBackupStatusProperty(Int32, Boolean, TimeSpan)

Create an BackupStatusProperty object that contains information about the status of backups and provides a progress indicator.

System_CAPS_pubmethodSystem_CAPS_staticCreateBackupStatusProperty(Int32, Boolean, TimeSpan, DateTime)

Create an BackupStatusProperty object that contains information about the status of backups and provides a progress indicator.

System_CAPS_pubmethodSystem_CAPS_staticCreateDomainJoinStatusProperty(DomainJoinStatus, String^)

Creates a DomainJoinStatusProperty, using the specified status and domain name.

System_CAPS_pubmethodSystem_CAPS_staticCreateOnlineStatusProperty(OnlineStatus)

Create an OnlineStatusProperty object that contains information about the online status of a device.

System_CAPS_pubmethodSystem_CAPS_staticCreateOperatingSystemProperty(String^, Int32, SystemType)

Create an OperatingSystemProperty object that contains information about the operating system of a device.

System_CAPS_pubmethodSystem_CAPS_staticCreateOperatingSystemProperty(String^, Int32, SystemType, Guid)

Create an OperatingSystemProperty object that contains information about the operating system of a device, including the OS family.

System_CAPS_pubmethodSystem_CAPS_staticCreateOperatingSystemProperty(String^, Int32, SystemType, OSSkuType)

Create an OperatingSystemProperty object that contains information about the operating system of a device.

System_CAPS_pubmethodSystem_CAPS_staticCreateOperatingSystemProperty(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.

System_CAPS_pubmethodSystem_CAPS_staticCreateOperatingSystemProperty(String^, Version^, Int32, SystemType)

Create an OperatingSystemProperty object that contains information about the operating system of a device, including the OS version.

System_CAPS_pubmethodSystem_CAPS_staticCreateOperatingSystemProperty(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.

System_CAPS_pubmethodSystem_CAPS_staticCreateOperatingSystemProperty(String^, Version^, Int32, SystemType, OSSkuType)

Create an OperatingSystemProperty object that contains information about the operating system of a device.

System_CAPS_pubmethodSystem_CAPS_staticCreateOperatingSystemProperty(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.

System_CAPS_pubmethodSystem_CAPS_staticCreateRDPStatusProperty(RDPStatus, Boolean)

Create an RDPStatusProperty object that contains information about the Remote Desktop (RDP) status of a device.

System_CAPS_pubmethodSystem_CAPS_staticCreateSecurityAntiSpywareProperty(Boolean)

Create an SecurityAntiSpywareProperty object, using the specified security status.

System_CAPS_pubmethodSystem_CAPS_staticCreateSecurityAntiVirusProperty(Boolean)

Create an SecurityAntiVirusProperty object, using the specified security status.

System_CAPS_pubmethodSystem_CAPS_staticCreateSecurityCenterStatusProperty(Boolean)

Create an SecurityCenterStatusProperty object, using the specified security status.

System_CAPS_pubmethodSystem_CAPS_staticCreateSecurityFirewallProperty(Boolean)

Create an SecurityFirewallProperty object, using the specified security status.

System_CAPS_pubmethodSystem_CAPS_staticCreateSecurityUpdateDetailProperty(Boolean, Int32)

Create an SecurityUpdateDetailProperty object, using the specified last error/success and availabue update count.

System_CAPS_pubmethodSystem_CAPS_staticCreateSecurityUpdateProperty(Boolean)

Create an SecurityUpdateProperty object, using the specified security status.

System_CAPS_pubmethodSystem_CAPS_staticCreateStringProperty(DevicePropertyName, String^)

Create an StringProperty object that provides property information in a string format.

System_CAPS_pubmethodSystem_CAPS_staticCreateWindowsDefenderProperty(WindowsDefenderFeatureStatus)

Create an WindowsDefenderProperty object, using the specified security status.

System_CAPS_pubmethodSystem_CAPS_staticGetKnownPropertyTypes(ICustomAttributeProvider^)

Returns a list of known property types.

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: