AttributeChangeResponse.MemberCodesWithError 屬性

定義

警告

Use MembersWithError

指定在轉換類型時出錯的成員代碼。

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)

屬性值

成員代碼在轉換類型時出現錯誤。

屬性

適用於