Compartir a través de


SyncRelationship.LastSyncAttemptError Propiedad

Definición

Especifica la información de error sobre el último intento de sincronización. NULL cuando LastSyncAttemptStatus no es 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

Valor de propiedad

La información de error sobre el último intento de sincronización.

Atributos

Se aplica a