Click or drag to resize

VideoDriverInfoName Property

Win32_VideoController: Label by which the object is known. When subclassed, the property can be overridden to be a key property.

Namespace:  Xcalibur.Models.Hardware.Video
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public string Name { get; set; }

Property Value

Type: String
The name.

Implements

IVideoDriverInfoName
See Also