| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ServerConfiguration Dim value As Integer instance.MaxNotificationsPerPublish = value value = instance.MaxNotificationsPerPublish | |
| C# | |
|---|---|
[DataMemberAttribute(18)] public int MaxNotificationsPerPublish {get; set;} | |
Property Value
The maximum number of notifications per publish.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x