ObjectListCommand.Name 屬性

定義

取得命令的名稱。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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

屬性值

命令的名稱。

備註

當使用者選取命令時,會在事件中提供名稱。

適用於

另請參閱