SharedPropertyGroup.Property(String) Méthode
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.
Retourne la propriété portant le nom donné.
public:
System::EnterpriseServices::SharedProperty ^ Property(System::String ^ name);
public System.EnterpriseServices.SharedProperty Property(string name);
member this.Property : string -> System.EnterpriseServices.SharedProperty
Public Function Property (name As String) As SharedProperty
Paramètres
- name
- String
Nom de la propriété demandée.
Retours
Le fichier demandé SharedProperty.
Remarques
Contrairement CreatePropertyà , cette propriété doit déjà exister.