RandomProbabilisticSamplerFilterRule.Probability Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the probability for sampling in if this rule applies.
public:
property double Probability { double get(); };
[System.ComponentModel.DataAnnotations.Range(0, 1)]
public double Probability { get; }
[<System.ComponentModel.DataAnnotations.Range(0, 1)>]
member this.Probability : double
Public ReadOnly Property Probability As Double
Property Value
- Attributes