Share via


CommentReply.Tags Property

Definition

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

Represents the following attribute in the schema: tags

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

Property Value

Attributes

Applies to