Class ChatParticipantInfo
The type ChatParticipantInfo.
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 ChatParticipantInfo : ParticipantInfo
Properties
View SourceBridged
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> |
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 |