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)