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