VideoDriverInfoMaxRefreshRate Property |
Win32_VideoController: Maximum refresh rate of the video controller in hertz.
Namespace:
Xcalibur.Models.Hardware.Video
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long MaxRefreshRate { get; set; }
<DataMemberAttribute>
Public Property MaxRefreshRate As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long MaxRefreshRate {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract MaxRefreshRate : int64 with get, set
[<DataMemberAttribute>]
override MaxRefreshRate : int64 with get, set
Property Value
Type:
Int64
The maximum refresh rate.
Implements
IVideoDriverInfoMaxRefreshRateSee Also