PolicyJumpTableEdge.State Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’objet utilisé pour représenter l’heuristique de correspondance. Il peut s’agir d’un hôte, d’une méthode HTTP, etc. en fonction de la stratégie de matcher.
public:
property System::Object ^ State { System::Object ^ get(); };
public object State { get; }
member this.State : obj
Public ReadOnly Property State As Object