ObjectPutEventArgs.Path 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'identité de l'objet qui a été placé.
public:
property System::Management::ManagementPath ^ Path { System::Management::ManagementPath ^ get(); };
public System.Management.ManagementPath Path { get; }
member this.Path : System.Management.ManagementPath
Public ReadOnly Property Path As ManagementPath
Valeur de propriété
Retourne un ManagementPath contenant le chemin d'accès de l'objet qui a été placé.
Remarques
Valeur de propriété
ManagementPath contenant le chemin de l’objet qui a été placé.
Sécurité du .NET Framework
Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d’informations, consultez Utilisation de bibliothèques à partir de code partiellement approuvé.