Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PresentationObjects/MacroStabilityInwardsStochasticSoilModelCollectionContext.cs =================================================================== diff -u -r9622873faf35255d36a4543501d4788baa399af7 -rc4392a12110e2bb3549c5fee1ec319c229b67198 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PresentationObjects/MacroStabilityInwardsStochasticSoilModelCollectionContext.cs (.../MacroStabilityInwardsStochasticSoilModelCollectionContext.cs) (revision 9622873faf35255d36a4543501d4788baa399af7) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PresentationObjects/MacroStabilityInwardsStochasticSoilModelCollectionContext.cs (.../MacroStabilityInwardsStochasticSoilModelCollectionContext.cs) (revision c4392a12110e2bb3549c5fee1ec319c229b67198) @@ -62,11 +62,11 @@ /// /// Gets the failure mechanism which the context belongs to. /// - public MacroStabilityInwardsFailureMechanism FailureMechanism { get; private set; } + public MacroStabilityInwardsFailureMechanism FailureMechanism { get; } /// /// Gets the assessment section which the context belongs to. /// - public IAssessmentSection AssessmentSection { get; private set; } + public IAssessmentSection AssessmentSection { get; } } } \ No newline at end of file