[ValueLimits(1, 2147483647)] public int NotificationQueueCapacity {get; set;}
[ValueLimits(1, 2147483647)] public: property int NotificationQueueCapacity { int get(); void set ( int value); }
'Declaration
<ValueLimitsAttribute(1, 2147483647)> Public Property NotificationQueueCapacity As Integer
'Usage
Dim instance As NotifyingWidget Dim value As Integer instance.NotificationQueueCapacity = value value = instance.NotificationQueueCapacity
Property Value
The capacity of the notification queue. Must be a positive integer.The default value of this property is 100000
.