Gets or sets the minimum value of TPC-RNTI Range
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property TpcRntiRangeMinValue As Integer |
C# | |
---|
public abstract int TpcRntiRangeMinValue {get; set;} |
C++/CLI | |
---|
public:
abstract property int TpcRntiRangeMinValue {
int get();
void set ( int value);
} |
Property Value
The default value is 0. The minimum value is 0 and the maximum value is 65523.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also