ValueProviderResult.FirstValue 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取基于请求中提供的顺序值的第一个值。 使用 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