WithComponentConstraintElementComponentConstraint Property |
Gets the component constraint associated with this element.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic Constraint ComponentConstraint { get; }
Public ReadOnly Property ComponentConstraint As Constraint
Get
Dim instance As WithComponentConstraintElement
Dim value As Constraint
value = instance.ComponentConstraint
public:
property Constraint^ ComponentConstraint {
Constraint^ get ();
}
member ComponentConstraint : Constraint with get
Property Value
Constraint
See Also