UICommand.Label Property

Gets or sets the label for the command.

Syntax

public:
property String^ Label {
         String^ get ();
         void set (String^ value);
}  

Property value

Type: String 

  The label for the command.

Requirements

Namespace: Windows.UI.Popups

Metadata: windows.winmd

See also

Reference

UICommand Class

UICommand Members

Windows.UI.Popups Namespace