Condividi tramite


AttributeChangeResponse.MemberCodesWithError Proprietà

Definizione

Attenzione

Use MembersWithError

Specifica i codici dei membri che hanno avuto un errore durante la conversione del tipo.

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)

Valore della proprietà

Codici dei membri per cui si è verificato un errore durante la conversione del tipo.

Attributi

Si applica a