AttributeChangeResponse.MemberCodesWithError 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.
Caution
Use MembersWithError
Specifies the codes of members that had an error while converting 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)
Property Value
The codes of members that had an error while converting type.
- Attributes