Show / Hide Table of Contents

Class OrganizerMeetingInfo

The type OrganizerMeetingInfo.

Inheritance
System.Object
MeetingInfo
OrganizerMeetingInfo
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 OrganizerMeetingInfo : MeetingInfo

Properties

View Source

Organizer

Gets or sets organizer.

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