Compartilhar via


RemoteAddressMatchConditionParameters.MatchValues Propriedade

Definição

Obtém ou define valores de correspondência para correspondência. O operador será aplicado a cada valor aqui com semântica OR. Se algum deles corresponder à variável com o operador fornecido, essa condição de correspondência será considerada uma correspondência.

[Newtonsoft.Json.JsonProperty(PropertyName="matchValues")]
public System.Collections.Generic.IList<string> MatchValues { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="matchValues")>]
member this.MatchValues : System.Collections.Generic.IList<string> with get, set
Public Property MatchValues As IList(Of String)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a