GetCounterCommand.SampleInterval Property

Definition

public:
 property int SampleInterval { int get(); void set(int value); };
public:
 property int SampleInterval { int get(); void set(int value); };
public int SampleInterval { get; set; }
[System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", ParameterSetName="GetCounterSet", ValueFromPipeline=false, ValueFromPipelineByPropertyName=false)]
[System.Management.Automation.ValidateRange(1, 2147483647)]
public int SampleInterval { get; set; }
member this.SampleInterval : int with get, set
[<System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", ParameterSetName="GetCounterSet", ValueFromPipeline=false, ValueFromPipelineByPropertyName=false)>]
[<System.Management.Automation.ValidateRange(1, 2147483647)>]
member this.SampleInterval : int with get, set
Public Property SampleInterval As Integer

Property Value

Attributes

Applies to