Show / Hide Table of Contents

Class OnlineMeeting

The type Online Meeting.

Inheritance
System.Object
Entity
OnlineMeeting
Inherited Members
Entity.Id
Entity.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 OnlineMeeting : Entity

Properties

View Source

AccessLevel

Gets or sets access level.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "accessLevel", Required = Required.Default)]
public AccessLevel? AccessLevel { get; set; }
Property Value
Type Description
System.Nullable<AccessLevel>
View Source

AudioConferencing

Gets or sets audio conferencing.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "audioConferencing", Required = Required.Default)]
public AudioConferencing AudioConferencing { get; set; }
Property Value
Type Description
AudioConferencing
View Source

CanceledTime

Gets or sets canceled time.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "canceledTime", Required = Required.Default)]
public DateTimeOffset? CanceledTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>
View Source

ChatInfo

Gets or sets chat info.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "chatInfo", Required = Required.Default)]
public ChatInfo ChatInfo { get; set; }
Property Value
Type Description
ChatInfo
View Source

CorrelationId

Gets or sets the correlation identifier.

Declaration
[JsonIgnore]
public Guid CorrelationId { get; set; }
Property Value
Type Description
System.Guid
View Source

CreationTime

Gets or sets creation time.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "creationTime", Required = Required.Default)]
public DateTimeOffset? CreationTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>
View Source

EndTime

Gets or sets end time.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "endTime", Required = Required.Default)]
public DateTimeOffset? EndTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>
View Source

EntryExitAnnouncement

Gets or sets entry exit announcement.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "entryExitAnnouncement", Required = Required.Default)]
public bool? EntryExitAnnouncement { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

ExpirationTime

Gets or sets expiration time.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "expirationTime", Required = Required.Default)]
public DateTimeOffset? ExpirationTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>
View Source

IsCancelled

Gets or sets is cancelled.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "isCancelled", Required = Required.Default)]
public bool? IsCancelled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

JoinUrl

Gets or sets join url.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "joinUrl", Required = Required.Default)]
public string JoinUrl { get; set; }
Property Value
Type Description
System.String
View Source

MeetingInfo

Gets or sets meeting info.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "meetingInfo", Required = Required.Default)]
public MeetingInfo MeetingInfo { get; set; }
Property Value
Type Description
MeetingInfo
View Source

MeetingType

Gets or sets meeting type.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "meetingType", Required = Required.Default)]
public MeetingType? MeetingType { get; set; }
Property Value
Type Description
System.Nullable<MeetingType>
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

StartTime

Gets or sets start time.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "startTime", Required = Required.Default)]
public DateTimeOffset? StartTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>
View Source

Subject

Gets or sets subject.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "subject", Required = Required.Default)]
public string Subject { get; set; }
Property Value
Type Description
System.String

See Also

Entity
  • View Source
Back to top Generated by DocFX