ServiceClient.IService.SystemPropertiesGet Method
Retrieves the immutable properties about the system.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function SystemPropertiesGet ( _
request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse Implements IService.SystemPropertiesGet
'Usage
Dim instance As ServiceClient
Dim request As SystemPropertiesGetRequest
Dim returnValue As SystemPropertiesGetResponse
returnValue = CType(instance, IService).SystemPropertiesGet(request)
SystemPropertiesGetResponseIService.SystemPropertiesGet(
SystemPropertiesGetRequest request
)
private:
virtual SystemPropertiesGetResponse^ SystemPropertiesGet(
SystemPropertiesGetRequest^ request
) sealed = IService::SystemPropertiesGet
private abstract SystemPropertiesGet :
request:SystemPropertiesGetRequest -> SystemPropertiesGetResponse
private override SystemPropertiesGet :
request:SystemPropertiesGetRequest -> SystemPropertiesGetResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.SystemPropertiesGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.SystemPropertiesGetResponse
The SystemPropertiesGetResponse for the operation.
Implements
IService.SystemPropertiesGet(SystemPropertiesGetRequest)