ServiceClient.ServiceVersionGet 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 version of the service instance.
public:
int ServiceVersionGet(Microsoft::MasterDataServices::International ^ International, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult, [Runtime::InteropServices::Out] Version ^ % Version);
public int ServiceVersionGet (Microsoft.MasterDataServices.International International, out Microsoft.MasterDataServices.OperationResult OperationResult, out Version Version);
member this.ServiceVersionGet : Microsoft.MasterDataServices.International * OperationResult * Version -> int
Public Function ServiceVersionGet (International As International, ByRef OperationResult As OperationResult, ByRef Version As Version) As Integer
Parameters
- International
- International
The cultural settings.
- OperationResult
- OperationResult
When this method returns, contains the operation result. This parameter is passed uninitialized.
- Version
- Version
When this method returns, contains the service version. This parameter is passed uninitialized.
Returns
The version of the service instance.