ObjectListCommand.Name 属性

定义

获取命令的名称。Gets the name of the command. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

属性值

String

命令的名称。The name of the command.

注解

该名称在用户选择命令时生成的事件中提供。The name is provided in the event that is generated when the user selects a command.

适用于