IncludeTypeConstraintElementConstraintType Property |
Gets or sets the SMI type used as the constraint.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic ISmiType ConstraintType { get; set; }
Public Property ConstraintType As ISmiType
Get
Set
Dim instance As IncludeTypeConstraintElement
Dim value As ISmiType
value = instance.ConstraintType
instance.ConstraintType = value
public:
property ISmiType^ ConstraintType {
ISmiType^ get ();
void set (ISmiType^ value);
}
member ConstraintType : ISmiType with get, set
Property Value
ISmiType
See Also