Class PredefinedValue NamespaceDynamicweb.CoreUI.Editors.Inputs AssemblyDynamicweb.CoreUI.dll public sealed record PredefinedValue : IEquatable<PredefinedValue> Inheritance object PredefinedValue Implements IEquatable<PredefinedValue> Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.ReferenceEquals(object, object) object.ToString() Constructors PredefinedValue(string, string) public PredefinedValue(string Label, string Value) Parameters Label string Value string Properties Label public string Label { get; init; } Property Value string Value public string Value { get; init; } Property Value string