SyncRelationship.LastSyncAttemptError Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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