Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
status
Type: System.BooleanThe security status.
Return Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.SecurityAntiSpywareProperty
The new property object.
See Also
DevicePropertyFactory Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top