ServiceDescriptor.ServiceKey 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.
Obtenez la clé du service, le cas échéant.
public:
property System::Object ^ ServiceKey { System::Object ^ get(); };
public object? ServiceKey { get; }
member this.ServiceKey : obj
Public ReadOnly Property ServiceKey As Object