[ValueRange(0, 4294967295)] public long MaximumPastKeyCount {get; set;}
[ValueRange(0, 4294967295)] public: property int64 MaximumPastKeyCount { int64 get(); void set ( int64 value); }
'Declaration
<ValueRangeAttribute(0, 4294967295)> Public Property MaximumPastKeyCount As Long
'Usage
Dim instance As SecurityGroupElement Dim value As Long instance.MaximumPastKeyCount = value value = instance.MaximumPastKeyCount
Property Value
Valid values of this property are in the range from 0
to 4294967295
.
The default value of this property is 0
.