DataSourceControl.ClientID 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 ASP.NET 產生的伺服器控制項識別項。
public:
virtual property System::String ^ ClientID { System::String ^ get(); };
public override string ClientID { get; }
[System.ComponentModel.Browsable(false)]
public override string ClientID { get; }
member this.ClientID : string
[<System.ComponentModel.Browsable(false)>]
member this.ClientID : string
Public Overrides ReadOnly Property ClientID As String
屬性值
ASP.NET 產生的伺服器控制項識別項。
- 屬性