Comment.AssignedTo Property

Definition

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

Represents the following attribute in the schema: assignedTo

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

Property Value

Attributes

Applies to