Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the immutable properties about the system.
Namespace: Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function SystemPropertiesGet ( _
request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse
'Usage
Dim instance As IService
Dim request As SystemPropertiesGetRequest
Dim returnValue As SystemPropertiesGetResponse
returnValue = instance.SystemPropertiesGet(request)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
SystemPropertiesGetResponse SystemPropertiesGet(
SystemPropertiesGetRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
SystemPropertiesGetResponse^ SystemPropertiesGet(
SystemPropertiesGetRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract SystemPropertiesGet :
request:SystemPropertiesGetRequest -> SystemPropertiesGetResponse
function SystemPropertiesGet(
request : SystemPropertiesGetRequest
) : SystemPropertiesGetResponse
Parameter
- request
Typ: Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetRequest
The get request.
Rückgabewert
Typ: Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetResponse
The response to the get operation.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.ServiceContracts-Namespace