Property.let_Value(Object) Method
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.
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