Show / Hide Table of Contents

Class Mention

The type Mention.

Inheritance
System.Object
Entity
Mention
Inherited Members
Entity.Id
Entity.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 Mention : Entity

Properties

View Source

Index

Gets or sets index.

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

Text

Gets or sets text.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "text", Required = Required.Default)]
public string Text { get; set; }
Property Value
Type Description
System.String
View Source

User

Gets or sets user.

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