Interface ICallChangeScreenSharingRoleRequestBuilder
The interface ICallChangeScreenSharingRoleRequestBuilder.
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface ICallChangeScreenSharingRoleRequestBuilder
Methods
View SourceRequest(IEnumerable<Option>)
Builds the request.
Declaration
ICallChangeScreenSharingRoleRequest Request(IEnumerable<Option> options = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Option> | options | The query and header options for the request. |
Returns
Type | Description |
---|---|
ICallChangeScreenSharingRoleRequest | The built request. |