ConstraintElementSetSpecs Property |
Gets or sets the element set specifications that define the main constraint.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic ElementSetRange ElementSetSpecs { get; set; }
Public Property ElementSetSpecs As ElementSetRange
Get
Set
Dim instance As Constraint
Dim value As ElementSetRange
value = instance.ElementSetSpecs
instance.ElementSetSpecs = value
public:
property ElementSetRange^ ElementSetSpecs {
ElementSetRange^ get ();
void set (ElementSetRange^ value);
}
member ElementSetSpecs : ElementSetRange with get, set
Property Value
ElementSetRange
See Also