VideoDeviceControllerGetDevicePropertyResult.Value Property

Definition

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

Object

Platform::Object

IInspectable

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.

Applies to