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