Public Function SetValueAsync( _ ByVal value As Object _ ) As Task(Of Boolean)
public Task<bool> SetValueAsync( object value )
Parameters
- value
- the value to set.
Return Value
Task representing whether this value will be set.
Public Function SetValueAsync( _ ByVal value As Object _ ) As Task(Of Boolean)
public Task<bool> SetValueAsync( object value )
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)