Share via


Command.CommandName Property

Definition

Command

Represents the following attribute in the schema: cmd

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

Property Value

Returns StringValue.

Attributes

Applies to