'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <ValueRangeAttribute(-9.22337203685478E+18, 9.22337203685478E+18)> Public Property FirstTokenIdDouble As Double
'Usage
Dim instance As SecurityKeysInfo Dim value As Double instance.FirstTokenIdDouble = value value = instance.FirstTokenIdDouble
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] [ValueRange(-9.22337203685478E+18, 9.22337203685478E+18)] public double FirstTokenIdDouble {get; set;}
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] [ValueRange(-9.22337203685478E+18, 9.22337203685478E+18)] public: property double FirstTokenIdDouble { double get(); void set ( double value); }
Property Value
Valid values of this property are in the range from -9.22337203685478E+18
to 9.22337203685478E+18
.
The default value of this property is 0
.