GraphExtensions.SetValue 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.
Sets a user extension value at the specified key.
public static System.Threading.Tasks.Task SetValue(this Microsoft.Graph.GraphServiceClient graph, string userId, string extensionId, string key, object value);
static member SetValue : Microsoft.Graph.GraphServiceClient * string * string * string * obj -> System.Threading.Tasks.Task
<Extension()>
Public Function SetValue (graph As GraphServiceClient, userId As String, extensionId As String, key As String, value As Object) As Task
Parameters
- graph
- Microsoft.Graph.GraphServiceClient
Instance of the Microsoft.Graph.GraphServiceClient.
- userId
- String
The user to access.
- extensionId
- String
The id of the target extension.
- key
- String
The key.
- value
- Object
The value to set.
Returns
A task.