GetCounterCommand.SampleInterval 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.
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