ComputerInfo.CsResetCount 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.
Number of automatic resets since the last reset. A value of β1 (minus one) indicates that the count is unknown
public:
property Nullable<short> CsResetCount { Nullable<short> get(); };
public short? CsResetCount { get; }
member this.CsResetCount : Nullable<int16>
Public ReadOnly Property CsResetCount As Nullable(Of Short)