Show / Hide Table of Contents

    Class MediaSession.MediaProperties

    Gets the media properties.

    Inheritance
    Object
    MediaSession.MediaProperties
    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.Media
    Assembly: Microsoft.Graph.Communications.Calls.Media.dll
    Syntax
    public class MediaProperties

    Constructors

    MediaProperties()

    Declaration
    public MediaProperties()

    Properties

    MediaSessionId

    Gets or sets the media session identifier.

    Declaration
    public Guid MediaSessionId { get; set; }
    Property Value
    Type Description
    Guid
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.