Construtor UserPreferencesDeleteResponse (OperationResult)
Initializes a new instance of the UserPreferencesDeleteResponse class that has the specified operation result.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
OperationResult As OperationResult _
)
'Uso
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
)
Parâmetros
- OperationResult
Tipo: Microsoft.MasterDataServices. . :: . .OperationResult
The operation result, including a unique ID for tracking and logging.