Share via


SyncRelationship.LastSyncAttemptError Property

Definition

Specifies the error info about the last sync attempt. Null when LastSyncAttemptStatus is not Failed.

public:
 property Microsoft::MasterDataServices::Services::DataContracts::Error ^ LastSyncAttemptError { Microsoft::MasterDataServices::Services::DataContracts::Error ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::Error ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.Error LastSyncAttemptError { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.LastSyncAttemptError : Microsoft.MasterDataServices.Services.DataContracts.Error with get, set
Public Property LastSyncAttemptError As Error

Property Value

The error info about the last sync attempt.

Attributes

Applies to