Share via


DeviceInfo.SecurityAntiVirus Property

 

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