'Declaration
<DefaultValueAttribute(0)> Public Property PullSubscriptionResolvedQueueCapacity As Integer
'Usage
Dim instance As EasyUASubscriberCore Dim value As Integer instance.PullSubscriptionResolvedQueueCapacity = value value = instance.PullSubscriptionResolvedQueueCapacity
[DefaultValue(0)] public int PullSubscriptionResolvedQueueCapacity {get; set;}
[DefaultValue(0)] public: property int PullSubscriptionResolvedQueueCapacity { int get(); void set ( int value); }