Share via


ValidationResult.MemberNames 속성

정의

유효성 검사 오류가 있는 필드를 나타내는 멤버 이름의 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ MemberNames { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> MemberNames { get; }
member this.MemberNames : seq<string>
Public ReadOnly Property MemberNames As IEnumerable(Of String)

속성 값

유효성 검사 오류가 있는 필드를 나타내는 멤버 이름의 컬렉션입니다.

설명

컬렉션은 비어 있을 수 있지만 결코 이 될 수 null없습니다.

적용 대상