Show / Hide Table of Contents

    Class PlayOperationResult

    Class to define parameters required for joining a meeting.

    Inheritance
    Object
    PlayOperationResult
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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.

    Back to top Copyright (c) Microsoft Corporation. All rights reserved.