Partager via


Propriété MemberRelationshipErrorCount

Gets or sets the number of hierarchy moves that resulted in errors.

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

Syntaxe

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

value = instance.MemberRelationshipErrorCount

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

Valeur de propriété

Type : System. . :: . .Int32
Integer representing the count.