Share via


DevicePropertyFactory.CreateSecurityAntiSpywareProperty Method (Boolean)

 

Create an SecurityAntiSpywareProperty object, using the specified security status.

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

Syntax

public static SecurityAntiSpywareProperty CreateSecurityAntiSpywareProperty(
    bool status
)
public:
static SecurityAntiSpywareProperty^ CreateSecurityAntiSpywareProperty(
    bool status
)
Public Shared Function CreateSecurityAntiSpywareProperty (
    status As Boolean
) As SecurityAntiSpywareProperty

Parameters

Return Value

Type: Microsoft.WindowsServerSolutions.Common.Devices.SecurityAntiSpywareProperty

The new property object.

See Also

DevicePropertyFactory Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top