DynamicControlParameter.ControlId Property

Definition

Gets or sets the unique identifier of the control that the DynamicControlParameter object binds to.

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

Property Value

The unique identifier of the control from which the DynamicControlParameter object gets its data.

Applies to