ScriptComponentDescriptor.ID Property

Definition

Gets or sets the ID of the current ScriptComponentDescriptor instance.

public:
 virtual property System::String ^ ID { System::String ^ get(); void set(System::String ^ value); };
public virtual string ID { get; set; }
member this.ID : string with get, set
Public Overridable Property ID As String

Property Value

The ID of the current ScriptComponentDescriptor instance, if set; otherwise, an empty string ("").

Applies to