ObjectListCommand.Name 属性

定义

获取命令的名称。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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

属性值

命令的名称。

注解

该名称是在用户选择命令时生成的事件中提供的名称。

适用于

另请参阅