Property.let_Value(Object) Method

Definition

Setter function to set properties values.

public:
 void let_Value(System::Object ^ lppvReturn);
public:
 void let_Value(Platform::Object ^ lppvReturn);
void let_Value(winrt::Windows::Foundation::IInspectable const & lppvReturn);
[System.Runtime.InteropServices.DispId(0)]
public void let_Value (object lppvReturn);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member let_Value : obj -> unit
Public Sub let_Value (lppvReturn As Object)

Parameters

lppvReturn
Object

An object representing a value to set for a property

Attributes

Applies to