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