ConstraintElementExceptConstraint Property |
Gets or sets the constraint that, if satisfied, will cause this constraint to be excluded.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic ConstraintElement ExceptConstraint { get; set; }
Public Property ExceptConstraint As ConstraintElement
Get
Set
Dim instance As ConstraintElement
Dim value As ConstraintElement
value = instance.ExceptConstraint
instance.ExceptConstraint = value
public:
property ConstraintElement^ ExceptConstraint {
ConstraintElement^ get ();
void set (ConstraintElement^ value);
}
member ExceptConstraint : ConstraintElement with get, set
Property Value
ConstraintElement
See Also