ServiceClient.TransactionAnnotationsGet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the filtered list of transaction annotations from a model.
public:
System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ TransactionAnnotationsGet(Microsoft::MasterDataServices::International ^ International, int % TransactionId, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> TransactionAnnotationsGet (Microsoft.MasterDataServices.International International, ref int TransactionId, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.TransactionAnnotationsGet : Microsoft.MasterDataServices.International * int * OperationResult -> System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation>
Public Function TransactionAnnotationsGet (International As International, ByRef TransactionId As Integer, ByRef OperationResult As OperationResult) As Collection(Of Annotation)
Parameters
- International
- International
The cultural settings.
- TransactionId
- Int32
The unique integer identifier of the transactions to retrieve.
- OperationResult
- OperationResult
When this method returns, contains the operation result. This parameter is passed uninitialized.
Returns
A collection of transaction annotations.