Scenario.User Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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