AttributeChangeResponse.MemberCodesWithError Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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