Partager via


Propriété StagingBatchInformation.MemberErrorCount

Gets or sets the count of members in error.

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property MemberErrorCount As Integer 
    Get 
    Set
'Utilisation
Dim instance As StagingBatchInformation 
Dim value As Integer 

value = instance.MemberErrorCount

instance.MemberErrorCount = value
[DataMemberAttribute]
public int MemberErrorCount { get; set; }
[DataMemberAttribute]
public:
property int MemberErrorCount {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member MemberErrorCount : int with get, set
function get MemberErrorCount () : int 
function set MemberErrorCount (value : int)

Valeur de propriété

Type : System.Int32
The count of members in error.

Voir aussi

Référence

StagingBatchInformation Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts