Share via


DeviceDiscoveryConfiguration.SnmpVersion Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the Simple Network Management Protocol (SNMP) version to use when discovering network devices. Only version 1 and version 2 are supported.

Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As DeviceDiscoveryConfiguration
Dim value As Integer

value = instance.SnmpVersion

instance.SnmpVersion = value

Syntax

'Declaration
Public Property SnmpVersion As Integer
public int SnmpVersion { get; set; }
public:
property int SnmpVersion {
    int get ();
    void set (int value);
}
/** @property */
public int get_SnmpVersion ()

/** @property */
public void set_SnmpVersion (int value)
public function get SnmpVersion () : int

public function set SnmpVersion (value : int)

Property Value

Returns Int32 value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

DeviceDiscoveryConfiguration Class
DeviceDiscoveryConfiguration Members
Microsoft.EnterpriseManagement.Administration Namespace