MessageContractAttribute.WrapperName 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 ou définit le nom de l'élément wrapper du corps du message.
public:
property System::String ^ WrapperName { System::String ^ get(); void set(System::String ^ value); };
public string WrapperName { get; set; }
member this.WrapperName : string with get, set
Public Property WrapperName As String
Valeur de propriété
Nom de l'élément wrapper dans le corps du message.
Exceptions
La valeur est null
.
La valeur est une chaîne vide.
Remarques
Utilisez la propriété WrapperName pour définir le nom de l'élément wrapper.