Merge pull request #7652 from benjaminhowarth1/patch-1

Update PropertyType.cs
This commit is contained in:
Shannon Deminick
2020-03-05 17:51:03 +11:00
committed by GitHub

View File

@@ -178,7 +178,7 @@ namespace Umbraco.Core.Models
/// </summary>
/// <remarks>For generic properties, the value is <c>null</c>.</remarks>
[DataMember]
internal Lazy<int> PropertyGroupId
public Lazy<int> PropertyGroupId
{
get => _propertyGroupId;
set => SetPropertyValueAndDetectChanges(value, ref _propertyGroupId, nameof(PropertyGroupId));