Share via


Person.UserId Property

Definition

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

Represents the following attribute in the schema: userId

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

Property Value

Attributes

Applies to