다음을 통해 공유


ValueProviderResult.FirstValue 속성

정의

요청에 제공된 주문 값에 따라 첫 번째 값을 가져옵니다. 요청에 단일 값 또는 여러 값이 제공되었는지 여부에 관계없이 처리를 위한 단일 값을 가져오는 데 사용합니다 FirstValue .

public:
 property System::String ^ FirstValue { System::String ^ get(); };
public string FirstValue { get; }
public string? FirstValue { get; }
member this.FirstValue : string
Public ReadOnly Property FirstValue As String

속성 값

적용 대상