Show / Hide Table of Contents

Class ChatParticipantInfo

The type ChatParticipantInfo.

Inheritance
System.Object
ParticipantInfo
ChatParticipantInfo
Inherited Members
ParticipantInfo.Identity
ParticipantInfo.Region
ParticipantInfo.LanguageId
ParticipantInfo.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 ChatParticipantInfo : ParticipantInfo

Properties

View Source

Bridged

Gets or sets bridged.

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

BridgedIdentity

Gets or sets bridgedIdentity.

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