PatternConstraintElement Constructor |
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic PatternConstraintElement(
ISmiValue value
)
Public Sub New (
value As ISmiValue
)
Dim value As ISmiValue
Dim instance As New PatternConstraintElement(value)
public:
PatternConstraintElement(
ISmiValue^ value
)
new :
value : ISmiValue -> PatternConstraintElement
Parameters
- value ISmiValue
- The SNMP value representing the pattern constraint.
See Also