VideoDeviceControllerGetDevicePropertyResult.Value 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.
Gets an object representing the result value of an operation to get the value of a video device controller driver property.
public:
property Platform::Object ^ Value { Platform::Object ^ get(); };
IInspectable Value();
public object Value { get; }
var object = videoDeviceControllerGetDevicePropertyResult.value;
Public ReadOnly Property Value As Object
Property Value
An object representing the result value of an operation to get the value of a video device controller driver property. If the value of Status is not Success, this value will be null.