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