SelectionType Constructor |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic SelectionType(
string name,
ISmiType subtype
)
Public Sub New (
name As String,
subtype As ISmiType
)
public:
SelectionType(
String^ name,
ISmiType^ subtype
)
new :
name : string *
subtype : ISmiType -> SelectionType
Parameters
- name
- Type: SystemString
- subtype
- Type: Lextm.SharpSnmpPro.MibISmiType
See Also