'Declaration <ReadOnlyAttribute(True)> <DescriptionAttribute("The detected noise level. Possible values from 0 (0%) to 1 (100%).")> Public ReadOnly Property NoiseLevel As Single
[ReadOnly(True)] [Description("The detected noise level. Possible values from 0 (0%) to 1 (100%).")] public float NoiseLevel { get; }
[ReadOnly(True)] [Description("The detected noise level. Possible values from 0 (0%) to 1 (100%).")] public: __property float get_NoiseLevel();
[ReadOnly(True)] [Description("The detected noise level. Possible values from 0 (0%) to 1 (100%).")] public:
property float NoiseLevel { float get(); }
Property Value
Possible values from 0 (0%) to 1 (100%).