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

屬性值

命令的名稱。

備註

使用者選擇指令時產生的事件名稱會被提供。

適用於

另請參閱