Partager via


Propriété AttributeChangeResponse.MemberCodesWithError

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the collection of codes with error.

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property MemberCodesWithError As ICollection(Of String)
    Get 
    Set
'Utilisation
Dim instance As AttributeChangeResponse 
Dim value As ICollection(Of String)

value = instance.MemberCodesWithError

instance.MemberCodesWithError = value
[MessageBodyMemberAttribute]
public ICollection<string> MemberCodesWithError { get; set; }
[MessageBodyMemberAttribute]
public:
property ICollection<String^>^ MemberCodesWithError {
    ICollection<String^>^ get ();
    void set (ICollection<String^>^ value);
}
[<MessageBodyMemberAttribute>]
member MemberCodesWithError : ICollection<string> with get, set
function get MemberCodesWithError () : ICollection<String>
function set MemberCodesWithError (value : ICollection<String>)

Valeur de propriété

Type : System.Collections.Generic.ICollection<String>
The collection of codes with error.

Voir aussi

Référence

AttributeChangeResponse Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts