Parameter.Prompt Property

Definition

Parameter Prompt String

Represents the following attribute in the schema: prompt

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

Property Value

Returns StringValue.

Attributes

Applies to