ValueProviderResult.FirstValue Property

Definition

Gets the first value based on the order values were provided in the request. Use FirstValue to get a single value for processing regardless of whether a single or multiple values were provided in the request.

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

Property Value

Applies to