MediaFrameSourceGetPropertyResult.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 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
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.