WindowsDefenderProperty Constructor (WindowsDefenderFeatureStatus)
Creates a new instance of the WindowsDefenderProperty object, using the specified status.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public WindowsDefenderProperty(
WindowsDefenderFeatureStatus status
)
public:
WindowsDefenderProperty(
WindowsDefenderFeatureStatus status
)
Public Sub New (
status As WindowsDefenderFeatureStatus
)
Parameters
status
Type: Microsoft.WindowsServerSolutions.Common.Devices.WindowsDefenderFeatureStatusThe status of the Windows Defender property.
See Also
WindowsDefenderProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top