다음을 통해 공유


BoundPropertyEntry.FieldName 속성

정의

식에 의해 바인딩된 데이터 필드의 이름을 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

속성 값

String

데이터 필드 이름을 포함하는 String입니다.

적용 대상