Class OnlineMeeting
The type Online Meeting.
Inherited Members
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 SourceAccessLevel
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> |
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 |
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> |
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 |
CorrelationId
Gets or sets the correlation identifier.
Declaration
[JsonIgnore]
public Guid CorrelationId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
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> |
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> |
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> |
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> |
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> |
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 |
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 |
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> |
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 |
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> |
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 |