Show / Hide Table of Contents

Class MeetingCapability

The type MeetingCapability.

Inheritance
System.Object
MeetingCapability
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)]
[JsonConverter(typeof(DerivedTypeConverter))]
public class MeetingCapability

Properties

View Source

AdditionalData

Gets or sets additional data.

Declaration
[JsonExtensionData(ReadData = true)]
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
View Source

AllowAnonymousUsersToDialOut

Gets or sets allowAnonymousUsersToDialOut.

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

AutoAdmittedUsers

Gets or sets autoAdmittedUsers.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "autoAdmittedUsers", Required = Required.Default)]
public AutoAdmittedUsersType? AutoAdmittedUsers { get; set; }
Property Value
Type Description
System.Nullable<AutoAdmittedUsersType>
  • View Source
Back to top Generated by DocFX