'Declaration
<DefaultValueAttribute(5000)> <UnitAttribute("ms")> Public Property KeepAliveInterval As Integer
'Usage
Dim instance As UAClientSessionParameters Dim value As Integer instance.KeepAliveInterval = value value = instance.KeepAliveInterval
[DefaultValue(5000)] [Unit("ms")] public int KeepAliveInterval {get; set;}
[DefaultValue(5000)] [Unit("ms")] public: property int KeepAliveInterval { int get(); void set ( int value); }