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.
Gets the anti-virus information for the device.
Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)
Syntax
public SecurityAntiVirusProperty SecurityAntiVirus { get; internal set; }
public:
property SecurityAntiVirusProperty^ SecurityAntiVirus {
    SecurityAntiVirusProperty^ get();
    internal: void set(SecurityAntiVirusProperty^ value);
}
Public Property SecurityAntiVirus As SecurityAntiVirusProperty
    Get
    Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.SecurityAntiVirusProperty
Anti-virus information.
See Also
DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top