Show / Hide Table of Contents

Class Application

The type Application.

Inheritance
System.Object
Entity
Application
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 Application : Entity

Properties

View Source

Calls

Gets or sets calls.

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

Chats

Gets or sets chats.

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

OnlineMeetings

Gets or sets online meetings.

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