Share via


DeviceInfo.SecurityAntiSpyware Property

 

Gets the security anti-spyware.

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

Syntax

public SecurityAntiSpywareProperty SecurityAntiSpyware { get; internal set; }
public:
property SecurityAntiSpywareProperty^ SecurityAntiSpyware {
    SecurityAntiSpywareProperty^ get();
    internal: void set(SecurityAntiSpywareProperty^ value);
}
Public Property SecurityAntiSpyware As SecurityAntiSpywareProperty
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.WindowsServerSolutions.Common.Devices.SecurityAntiSpywareProperty

The security anti-spyware.

See Also

DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top