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