Partilhar via


Propriedade do RDL AttributeChangeResponse.MemberCodesWithError

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the collection of codes with error.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<MessageBodyMemberAttribute> _
Public Property MemberCodesWithError As ICollection(Of String)
    Get 
    Set
'Uso
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>)

Valor da propriedade

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

Consulte também

Referência

AttributeChangeResponse Classe

Namespace Microsoft.MasterDataServices.Services.MessageContracts