AttributeChangeResponse.MemberCodesWithError 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.
Attention
Use MembersWithError
Spécifie les codes des membres qui ont rencontré une erreur lors de la conversion du type.
public:
property System::Collections::Generic::ICollection<System::String ^> ^ MemberCodesWithError { System::Collections::Generic::ICollection<System::String ^> ^ get(); void set(System::Collections::Generic::ICollection<System::String ^> ^ value); };
[System.Obsolete("Use MembersWithError")]
[System.ServiceModel.MessageBodyMember]
public System.Collections.Generic.ICollection<string> MemberCodesWithError { get; set; }
[<System.Obsolete("Use MembersWithError")>]
[<System.ServiceModel.MessageBodyMember>]
member this.MemberCodesWithError : System.Collections.Generic.ICollection<string> with get, set
Public Property MemberCodesWithError As ICollection(Of String)
Valeur de propriété
Codes des membres ayant généré une erreur lors de la conversion du type.
- Attributs