Gets a value indicating whether this resource grid is supported by 5G NR when the transmission bandwidth is specified. Please see
MaximumTransmissionBandwidth.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride ReadOnly Property IsValid As Boolean |
C# | |
---|
public abstract bool IsValid {get;} |
C++/CLI | |
---|
public:
abstract property bool IsValid {
bool get();
} |
Property Value
The default value depends on
MaximumTransmissionBandwidth and the index of this resource grid in the
ResourceGridCollection. Index 0 represents Mu0:15kHz. Index 1 represents Mu1:30kHz. Index 2 represents Mu2:60kHz. Index 3 represents Mu3:120kHz. Index 4 represents Mu4:240kHz.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also