Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.png)
Gets or sets the Command label.
Syntax
<div
data-win-control="WinJS.UI.Command"
data-win-options="{ label : value}">
</div>
var label = command.label;
command.label = label;
Property value
Type: String**
The label associated with the Command.
Requirements
Minimum WinJS version |
WinJS 4.0 |
Namespace |
WinJS.UI |