다음을 통해 공유


DynamicControlParameter.ControlId 속성

정의

DynamicControlParameter 개체가 바인딩되는 컨트롤의 고유 식별자를 가져오거나 설정합니다.

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

속성 값

String

DynamicControlParameter 개체가 해당 데이터를 가져오는 컨트롤의 고유 식별자입니다.

적용 대상