Share via


Command.CommandName Property

Command.Represents the attribte in schema: cmd

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "cmd")> _
Public Property CommandName As StringValue
    Get
    Set
'Usage
Dim instance As Command
Dim value As StringValue

value = instance.CommandName

instance.CommandName = value
[SchemaAttrAttribute(, "cmd")]
public StringValue CommandName { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Command Class

Command Members

DocumentFormat.OpenXml.Presentation Namespace