次の方法で共有


Scenario.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

プロパティ値

StringValue を返します。

属性

適用対象