[Unit("ms")] public double EstimatedGetSecurityKeysTime {get; set;}
[Unit("ms")] public: property double EstimatedGetSecurityKeysTime { double get(); void set ( double value); }
'Declaration
<UnitAttribute("ms")> Public Property EstimatedGetSecurityKeysTime As Double
'Usage
Dim instance As ManagedSecurityGroupParameters Dim value As Double instance.EstimatedGetSecurityKeysTime = value value = instance.EstimatedGetSecurityKeysTime
Property Value
Unit of measurement is ms
.
The default value of this property is 1000
.