หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Retrieves the immutable properties about the system.
Namespace: Microsoft.MasterDataServices.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function SystemPropertiesGet ( _
request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse
'Usage
Dim instance As Service
Dim request As SystemPropertiesGetRequest
Dim returnValue As SystemPropertiesGetResponse
returnValue = instance.SystemPropertiesGet(request)
public SystemPropertiesGetResponse SystemPropertiesGet(
SystemPropertiesGetRequest request
)
public:
virtual SystemPropertiesGetResponse^ SystemPropertiesGet(
SystemPropertiesGetRequest^ request
) sealed
abstract SystemPropertiesGet :
request:SystemPropertiesGetRequest -> SystemPropertiesGetResponse
override SystemPropertiesGet :
request:SystemPropertiesGetRequest -> SystemPropertiesGetResponse
public final function SystemPropertiesGet(
request : SystemPropertiesGetRequest
) : SystemPropertiesGetResponse
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetResponse
The SystemPropertiesGetResponse for the operation.
Implements
IService.SystemPropertiesGet(SystemPropertiesGetRequest)