Repeater.ItemType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
強型別資料繫結的模型型別的名稱。
public:
virtual property System::String ^ ItemType { System::String ^ get(); void set(System::String ^ value); };
[System.Web.UI.Themeable(false)]
public virtual string ItemType { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.ItemType : string with get, set
Public Overridable Property ItemType As String
屬性值
模型型別的名稱。
- 屬性
備註
如果您設定此屬性並使用 SelectMethod 屬性,Select 方法所傳回的類型必須是此屬性所指定的類型,或者必須能夠轉換成此屬性所指定的類型。
設定此屬性會自動啟用動態資料功能。