ValueProviderResult.FirstValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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