Class Application
The type Application.
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 Application : Entity
Properties
View SourceCalls
Gets or sets calls.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "calls", Required = Required.Default)]
public IApplicationCallsCollectionPage Calls { get; set; }
Property Value
Type | Description |
---|---|
IApplicationCallsCollectionPage |
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 |
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 |