Gets or sets a value indicating the root sequence index on this physical channel.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property RootSequenceIndex As Integer |
C# | |
---|
public abstract int RootSequenceIndex {get; set;} |
C++/CLI | |
---|
public:
abstract property int RootSequenceIndex {
int get();
void set ( int value);
} |
Property Value
The default value is 0. Range is from 0 to 137.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also