Costruttore UserPreferencesDeleteResponse (OperationResult)
Initializes a new instance of the UserPreferencesDeleteResponse class that has the specified operation result.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
OperationResult As OperationResult _
)
'Utilizzo
Dim OperationResult As OperationResult
Dim instance As New UserPreferencesDeleteResponse(OperationResult)
public UserPreferencesDeleteResponse(
OperationResult OperationResult
)
public:
UserPreferencesDeleteResponse(
OperationResult^ OperationResult
)
new :
OperationResult:OperationResult -> UserPreferencesDeleteResponse
public function UserPreferencesDeleteResponse(
OperationResult : OperationResult
)
Parametri
- OperationResult
Tipo: Microsoft.MasterDataServices. . :: . .OperationResult
The operation result, including a unique ID for tracking and logging.