Class ParticipantInfo
The type ParticipantInfo.
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 ParticipantInfo
Properties
View SourceAdditionalData
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> |
Identity
Gets or sets identity.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "identity", Required = Required.Default)]
public IdentitySet Identity { get; set; }
Property Value
Type | Description |
---|---|
IdentitySet |
LanguageId
Gets or sets languageId.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "languageId", Required = Required.Default)]
public string LanguageId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Region
Gets or sets region.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "region", Required = Required.Default)]
public string Region { get; set; }
Property Value
Type | Description |
---|---|
System.String |