ControlBuilder.ID Property

Definition

Gets or sets the identifier property for the control to be built.

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

Property Value

The identifier property for the control.

Applies to