AttributeChangeResponse.MemberCodesWithError Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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>)
Property Value
Type: System.Collections.Generic.ICollection<String>
The collection of codes with error.
See Also
Reference
Microsoft.MasterDataServices.Services.MessageContracts Namespace