Gets or sets a value indicating the occasion index in frequency domain for this PRACH occasion.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property FrequencyOccasionIndex As Integer |
C# | |
---|
public abstract int FrequencyOccasionIndex {get; set;} |
C++/CLI | |
---|
public:
abstract property int FrequencyOccasionIndex {
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