DevicePropertyFactory.CreateWindowsDefenderProperty Method (WindowsDefenderFeatureStatus)
Create an WindowsDefenderProperty object, using the specified security status.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public static WindowsDefenderProperty CreateWindowsDefenderProperty(
WindowsDefenderFeatureStatus status
)
public:
static WindowsDefenderProperty^ CreateWindowsDefenderProperty(
WindowsDefenderFeatureStatus status
)
Public Shared Function CreateWindowsDefenderProperty (
status As WindowsDefenderFeatureStatus
) As WindowsDefenderProperty
Parameters
status
Type: Microsoft.WindowsServerSolutions.Common.Devices.WindowsDefenderFeatureStatusThe security status.
Return Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.WindowsDefenderProperty
A new property object.
See Also
DevicePropertyFactory Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top