SnmpV3Host Constructor (String, UInt16, SnmpV3Community)

Updated: April 16, 2012

Namespace: Microsoft.EnterpriseManagement.NetworkMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim hostname As String Dim port As UShort Dim community As SnmpV3Community Dim instance As New SnmpV3Host(hostname, port, community)Public Sub New ( _ hostname As String, _ port As UShort, _ community As SnmpV3Community _ )public SnmpV3Host ( string hostname, ushort port, SnmpV3Community community )public: SnmpV3Host ( String^ hostname, unsigned short port, SnmpV3Community^ community )public SnmpV3Host ( String hostname, UInt16 port, SnmpV3Community community )public function SnmpV3Host ( hostname : String, port : ushort, community : SnmpV3Community )Parametershostnameportcommunity

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms