Parameter.String Property

Definition

String

Represents the following attribute in the schema: string

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

Property Value

Returns StringValue.

Attributes

Applies to