diff --git a/src/Storage.Interface/Models/ApplicationLogic.cs b/src/Storage.Interface/Models/ApplicationLogic.cs index 13ef585d..ca1e4b44 100644 --- a/src/Storage.Interface/Models/ApplicationLogic.cs +++ b/src/Storage.Interface/Models/ApplicationLogic.cs @@ -1,3 +1,4 @@ +using System; using Newtonsoft.Json; namespace Altinn.Platform.Storage.Interface.Models @@ -59,6 +60,7 @@ public class ApplicationLogic /// Defaults to false if not specified. /// [JsonProperty(PropertyName = "allowInSubform")] + [Obsolete("This property is no longer in use and will be removed in the future.")] public bool AllowInSubform { get; set; } ///