Share via


CommentReply.Likes Property

Definition

likes, this property is only available in Office 2021 and later.

Represents the following attribute in the schema: likes

public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue>? Likes { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "likes")]
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue>? Likes { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("likes")]
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue>? Likes { get; set; }
member this.Likes : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "likes")>]
member this.Likes : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("likes")>]
member this.Likes : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue> with get, set
Public Property Likes As ListValue(Of StringValue)

Property Value

Attributes

Applies to