| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Property ResultLengthSelection As ResultLengthSelection | |
| C# | |
|---|---|
public abstract ResultLengthSelection ResultLengthSelection {get; set;} | |
| C++/CLI | |
|---|---|
public: abstract property ResultLengthSelection ResultLengthSelection { ResultLengthSelection get(); void set ( ResultLengthSelection value); } | |
Property Value
The default value is ResultLengthSelection.Automatic.If this is ResultLengthSelection.Automatic, the result length is determined by auto-detecting the RF burst length, with a maximum given by ResultLength. If the value is ResultLengthSelection.Manual, the result length is specified by the ResultLength property.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)