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
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function SystemPropertiesGet ( _
International As International, _
<OutAttribute> ByRef SystemProperties As Collection(Of SystemPropertyValue) _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim SystemProperties As Collection(Of SystemPropertyValue)
Dim returnValue As OperationResult
returnValue = instance.SystemPropertiesGet(International, _
SystemProperties)
public OperationResult SystemPropertiesGet(
International International,
out Collection<SystemPropertyValue> SystemProperties
)
public:
OperationResult^ SystemPropertiesGet(
International^ International,
[OutAttribute] Collection<SystemPropertyValue^>^% SystemProperties
)
member SystemPropertiesGet :
International:International *
SystemProperties:Collection<SystemPropertyValue> byref -> OperationResult
public function SystemPropertiesGet(
International : International,
SystemProperties : Collection<SystemPropertyValue>
) : OperationResult
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- SystemProperties
Typ: System.Collections.ObjectModel.Collection<SystemPropertyValue>%
When this method returns, contains the immutable properties about the system. This parameter is passed uninitialized.
Rückgabewert
Typ: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.