Share via


Person.Contact Property

Definition

Caution

This property will not persist to the document and will be removed in a future version

Gets or sets the Contact value. It is only available for backwards compatibility until the next major version change. Please discontinue using this property.

[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
[DocumentFormat.OpenXml.SchemaAttr(69, "contact")]
public DocumentFormat.OpenXml.StringValue Contact { get; set; }
public DocumentFormat.OpenXml.StringValue Contact { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(69, "contact")]
public DocumentFormat.OpenXml.StringValue Contact { get; set; }
[System.Obsolete("This property will not persist to the document and will be removed in a future version")]
public DocumentFormat.OpenXml.StringValue? Contact { get; set; }
member this.Contact : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
[<DocumentFormat.OpenXml.SchemaAttr(69, "contact")>]
member this.Contact : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(69, "contact")>]
member this.Contact : DocumentFormat.OpenXml.StringValue with get, set
[<System.Obsolete("This property will not persist to the document and will be removed in a future version")>]
member this.Contact : DocumentFormat.OpenXml.StringValue with get, set
Public Property Contact As StringValue

Property Value

Attributes

Applies to