Parameter.Prompt 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.
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, setPublic Property Prompt As StringValueProperty Value
Returns StringValue.
- Attributes