Scenario.Comment Property

Definition

Scenario Comment

Represents the following attribute in the schema: comment

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

Property Value

Returns StringValue.

Attributes

Applies to