Gets or sets a value indicating the time occasion index within the PRACH slot for this PRACH occasion.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property TimeOccasionIndexWithinPrachSlot As Integer |
| C# | |
|---|
public abstract int TimeOccasionIndexWithinPrachSlot {get; set;} |
| C++/CLI | |
|---|
public:
abstract property int TimeOccasionIndexWithinPrachSlot {
int get();
void set ( int value);
} |
Property Value
The default value is 0.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also