GetCounter.MaxSamples Property

Definition

Provides access to the MaxSamples parameter.

public:
 property System::Activities::InArgument<long> ^ MaxSamples { System::Activities::InArgument<long> ^ get(); void set(System::Activities::InArgument<long> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<long> MaxSamples { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.MaxSamples : System.Activities.InArgument<int64> with get, set
Public Property MaxSamples As InArgument(Of Long)

Property Value

Attributes

Applies to