Applies To: Operations Manager for System Center 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)
Syntax
public int SnmpVersion { get; set; }
public:
property int SnmpVersion {
    int get();
    void set(int value);
}
member SnmpVersion : int with get, set
Public Property SnmpVersion As Integer
Property Value
Type: System.Int32
Returns Int32 value.
See Also
DeviceDiscoveryConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top