Skip to content

Commit 77c37fe

Browse files
committed
make list even properties public
1 parent c9670f2 commit 77c37fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MailChimp.Net/Models/ListEvent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ public class ListEvent
3131
/// An optional list of properties
3232
/// </summary>
3333
[JsonProperty("properties")]
34-
IDictionary<string, object> Properties { get; set; }
34+
public IDictionary<string, object> Properties { get; set; }
3535
}

0 commit comments

Comments
 (0)