Gets or sets the symbol location where the scrambling sequence is reset. This is an offset from the beginning of the frame.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property SequenceResetSymbolIndex As Integer |
| C# | |
|---|
public abstract int SequenceResetSymbolIndex {get; set;} |
| C++/CLI | |
|---|
public:
abstract property int SequenceResetSymbolIndex {
int get();
void set ( int value);
} |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also