Freigeben über


AttributeChangeResponse.MemberCodesWithError-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the collection of codes with error.

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

Syntax

'Declaration
<MessageBodyMemberAttribute> _
Public Property MemberCodesWithError As ICollection(Of String)
    Get 
    Set
'Usage
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>)

Eigenschaftswert

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

Siehe auch

Verweis

AttributeChangeResponse Klasse

Microsoft.MasterDataServices.Services.MessageContracts-Namespace