Syntax
CSharp
public override string ID { get; set; }VisualBasic
Public Overrides Property ID As String
ManagedCPlusPlus
public:
virtual String^ ID {
String^ get () override;
void set (String^ value) override;
}JSharp
/** @property */
/** @property */
Value
Return Value
The ID of the current ScriptControlDescriptor instance, if set; otherwise, an empty string ("").
Exceptions
Assembly: System.Web.Extensions (Module: System.Web.Extensions)