'Declaration
<DataMemberAttribute()> <UnitAttribute("ms")> <ValueRangeAttribute(1, 2147483647)> Public Property AcceptNotificationTimeout As Integer
'Usage
Dim instance As UAUserInteractionParameters Dim value As Integer instance.AcceptNotificationTimeout = value value = instance.AcceptNotificationTimeout
[DataMember()] [Unit("ms")] [ValueRange(1, 2147483647)] public int AcceptNotificationTimeout {get; set;}
[DataMember()] [Unit("ms")] [ValueRange(1, 2147483647)] public: property int AcceptNotificationTimeout { int get(); void set ( int value); }
Property Value
Valid values of this property are in the range from 1
to 2147483647 (Int32.MaxValue)
.
Unit of measurement is ms
.
The default value of this property is 30000
.