Share via


MediaFrameSourceGetPropertyResult.Value Property

Definition

Gets an object containing the value of a MediaFrameSource property, if the value was successfully retreived.

public:
 property Platform::Object ^ Value { Platform::Object ^ get(); };
IInspectable Value();
public object Value { get; }
var object = mediaFrameSourceGetPropertyResult.value;
Public ReadOnly Property Value As Object

Property Value

Object

Platform::Object

IInspectable

An object containing the value of a media frame source property.

Remarks

If the value of the Status property is anything other than Success, then this property is null.

Applies to