AttributeChangeResponse.MembersWithError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the identifiers of members that had an error while converting type.
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)
Property Value
The identifiers of members that had an error while converting type.
- Attributes