Share via


Person.DisplayName Property

Definition

displayName, this property is only available in Office 2019 and later.

Represents the following attribute in the schema: displayName

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

Property Value

Attributes

Applies to