GeneralViolationConstraintID Property |
Note: This API is now obsolete.
The constraint Name.
Namespace:
SRS.ScheduleSolver.Core
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.5.0+32c9446bcdf252a58ba748c312939f5bd2f367a8
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
Get
public:
[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