Share via


PerceptionPropertyChangeRequest.Value Property

Definition

Gets the requested new value of the property.

public:
 property Platform::Object ^ Value { Platform::Object ^ get(); };
IInspectable Value();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionPropertyChangeRequest may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IInspectable Value();
public object Value { get; }
public object Value { [Windows.Foundation.Metadata.Deprecated("PerceptionPropertyChangeRequest may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var object = perceptionPropertyChangeRequest.value;
Public ReadOnly Property Value As Object

Property Value

Object

Platform::Object

IInspectable

The requested new value of the property.

Attributes

Applies to