Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsTargetVarConstraints interface is used to work with the collection of variable constraints.
IMsTargetVarConstraints
To get the collection of constraints, use the IMsTargetFormulaTerm.VarConstraints property.
Property name | Brief description | |
The Count property returns the number of collection constraints. | ||
The Item property returns the specified collection constraint. |
Method name | Brief description | |
The Add method adds constraint to the collection. | ||
Clear | The Clear method clears the collection of constraints. | |
The Remove method removes the specified constraint from the collection. |
See also: