AttributeChangeResponse.MembersWithError 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.
Specifica gli identificatori dei membri che hanno generato un errore durante la conversione del tipo.
public:
property System::Collections::Generic::ICollection<Microsoft::MasterDataServices::Services::DataContracts::MemberIdentifier ^> ^ MembersWithError { System::Collections::Generic::ICollection<Microsoft::MasterDataServices::Services::DataContracts::MemberIdentifier ^> ^ get(); void set(System::Collections::Generic::ICollection<Microsoft::MasterDataServices::Services::DataContracts::MemberIdentifier ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.Generic.ICollection<Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier> MembersWithError { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.MembersWithError : System.Collections.Generic.ICollection<Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier> with get, set
Public Property MembersWithError As ICollection(Of MemberIdentifier)
Valore della proprietà
Identificatori dei membri per cui si è verificato un errore durante la conversione del tipo.
- Attributi