Class PlayOperationResult
Class to define parameters required for joining a meeting.
Inherited Members
Namespace: Microsoft.Graph.Communications.Calls
Assembly: Microsoft.Graph.Communications.Calls.dll
Syntax
public class PlayOperationResult
Constructors
PlayOperationResult(ResultInfo)
Initializes a new instance of the PlayOperationResult class.
Declaration
public PlayOperationResult(ResultInfo resultInfo)
Parameters
Type | Name | Description |
---|---|---|
ResultInfo | resultInfo | The result information. |
Properties
ResultInfo
Gets the result information.
Declaration
public ResultInfo ResultInfo { get; }
Property Value
Type | Description |
---|---|
ResultInfo | The result information. |