Scenario.User Property

Definition

User Name

Represents the following attribute in the schema: user

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

Property Value

Returns StringValue.

Attributes

Applies to