WebClientReadFormQueryString property

String? get WebClientReadFormQueryString

Implementation

/// </summary>
String? get WebClientReadFormQueryString =>
    this.PropertyBag[ItemSchema.WebClientReadFormQueryString] as String?;