MobileListItem.Value 屬性

定義

取得或設定清單項目內含的值。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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

屬性值

清單項目中包含的值。 預設為 null

備註

如果此屬性為 null,則擷取值的呼叫會傳回 屬性的值 Text

適用於

另請參閱