NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlControlDesigner.HasID

Gets if the associated runtime control has a valid ID property.

[Visual Basic]
Public Function HasID() As Boolean
[C#]
public bool HasID();
[C++]
public: bool HasID();
[JScript]
public function HasID() : Boolean;

Return Value

Returns true if the associated runtime control has a valid ID property, and false otherwise.

See Also

HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace