DeviceDiscoveryConfiguration.SnmpVersion Property

Updated: April 16, 2012

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)Dim instance As DeviceDiscoveryConfiguration Dim value As Integer value = instance.SnmpVersion instance.SnmpVersion = valuePublic Property SnmpVersion As Integerpublic 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 ValueReturns Int32 value.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms