Show / Hide Table of Contents

Class TokenMeetingInfo

The type TokenMeetingInfo.

Inheritance
System.Object
MeetingInfo
TokenMeetingInfo
Inherited Members
MeetingInfo.AllowConversationWithoutHost
MeetingInfo.AdditionalData
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class TokenMeetingInfo : MeetingInfo

Properties

View Source

Token

Gets or sets token.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "token", Required = Required.Default)]
public string Token { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX