ScriptControlDescriptor.ElementID 属性

定义

获取客户端控件对象的 HTML ID。

public:
 property System::String ^ ElementID { System::String ^ get(); };
public string ElementID { get; }
member this.ElementID : string
Public ReadOnly Property ElementID As String

属性值

String

客户端控件对象的 HTML ID。

适用于