다음을 통해 공유


ValidateOptionsResult.Failures 속성

정의

오류(여러 개일 수 있음)의 전체 목록입니다.

public:  property System::Collections::Generic::IEnumerable<System::String ^> ^ Failures {  public:
System::Collections::Generic::IEnumerable<System::String ^> ^ get(); protected:
 void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> Failures { get; protected set; }
public System.Collections.Generic.IEnumerable<string>? Failures { get; protected set; }
member this.Failures : seq<string> with get, set
Public Property Failures As IEnumerable(Of String)

속성 값

IEnumerable<String>

적용 대상