Gets or sets a value indicating the last symbol index in a slot used by this physical channel.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property LastSymbolIndex As Integer |
C# | |
---|
public abstract int LastSymbolIndex {get; set;} |
C++/CLI | |
---|
public:
abstract property int LastSymbolIndex {
int get();
void set ( int value);
} |
Property Value
Default value is 13. Range of value is 0 through 13.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also