ConstraintViolationsConstraintID Property |
Note: This API is now obsolete.
The name of the constraint for this set of violations.
Namespace:
SRS.ScheduleSolver.Core
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d1eeb38004e25fffe43abff141daa804550ec994
Syntax[ObsoleteAttribute("This field is no longer used and may be removed in future versions. Use ConstraintName instead.")]
public string ConstraintID { get; }<ObsoleteAttribute("This field is no longer used and may be removed in future versions. Use ConstraintName instead.")>
Public ReadOnly Property ConstraintID As String
Getpublic:
[ObsoleteAttribute(L"This field is no longer used and may be removed in future versions. Use ConstraintName instead.")]
property String^ ConstraintID {
String^ get ();
}[<ObsoleteAttribute("This field is no longer used and may be removed in future versions. Use ConstraintName instead.")>]
member ConstraintID : string with get
Property Value
Type:
String
See Also